Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.spirit-mountain {
color: #6a8d9a;
}
.faded-flaxflower {
color: #9fb4c1;
}
.spring-valley {
color: #cfd8c5;
}
.caroling-candlelight {
color: #ffba52;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--spirit-mountain:#6a8d9a;
--faded-flaxflower:#9fb4c1;
--spring-valley:#cfd8c5;
--caroling-candlelight:#ffba52;
}