Color names in this palette
CSS code for this palette
/* CSS */
.coastal-calm {
color: #508c91;
}
.aqua-frost {
color: #a9d3d6;
}
.cymophane-yellow {
color: #f1e4a7;
}
.downy-feather {
color: #fbad65;
}
.scoville-high {
color: #e34a2b;
}
/* CSS Variables */
:root {
--coastal-calm:#508c91;
--aqua-frost:#a9d3d6;
--cymophane-yellow:#f1e4a7;
--downy-feather:#fbad65;
--scoville-high:#e34a2b;
}