Color names in this palette
CSS code for this palette
/* CSS */
.grant-village {
color: #6a8faf;
}
.rainy-lake {
color: #3b698c;
}
.shimmering-sea {
color: #2c506d;
}
.surf-s-surprise {
color: #c2d3e5;
}
.ginger-milk {
color: #f6a055;
}
/* CSS Variables */
:root {
--grant-village:#6a8faf;
--rainy-lake:#3b698c;
--shimmering-sea:#2c506d;
--surf-s-surprise:#c2d3e5;
--ginger-milk:#f6a055;
}