Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #406c9c;
}
.coastal-waters {
color: #7eb8d7;
}
.butterfield {
color: #f5c25c;
}
.flame-orange {
color: #f78a1d;
}
.sour-cherry {
color: #e54a38;
}
/* CSS Variables */
:root {
--star-sapphire:#406c9c;
--coastal-waters:#7eb8d7;
--butterfield:#f5c25c;
--flame-orange:#f78a1d;
--sour-cherry:#e54a38;
}