Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4bbae2;
}
.invigorating {
color: #f1e9b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--lake-thun:#4bbae2;
--invigorating:#f1e9b6;
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--solar-plexus-chakra:#f1c84b;
}