Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f988c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-samovar {
color: #e1b12d;
}
.hot-coral {
color: #f25c54;
}
.sundried-tomato {
color: #682c2e;
}
/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--solar-plexus-chakra:#f1c84b;
--golden-samovar:#e1b12d;
--hot-coral:#f25c54;
--sundried-tomato:#682c2e;
}