<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* https://www.canva.com/colors/color-palettes/rocks-and-barefoot/ */
:root {
	
	/* Typography */
	--h1-color: #ff6201;
	
	/* Buttons */
	--button-primary: #023e8a;
	
	/* Animation */	
	--animation-primary: #edeaea;
	--animation-secondary: #00b4d8;
	--animation-tertiary: #caf0f8;
	
	/* Animation gradient */
	--animation-primary-lighter: HSL(214, 12%, 80%);
	--animation-primary-lightest: HSL(214, 12%, 85%);
  
  
}</pre></body></html>