Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2d496c;
}
.spirit-mountain {
color: #6a8b9a;
}
.folk-tales {
color: #a4c1b3;
}
.roadster-yellow {
color: #f3e0a0;
}
.solar-flare {
color: #e27c40;
}
/* CSS Variables */
:root {
--blue-tang:#2d496c;
--spirit-mountain:#6a8b9a;
--folk-tales:#a4c1b3;
--roadster-yellow:#f3e0a0;
--solar-flare:#e27c40;
}