Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.glacier-point {
color: #b2d9e6;
}
.shrimp-cocktail {
color: #f4a462;
}
.sunshine-mellow {
color: #f1c40e;
}
.lava-pit {
color: #e76e36;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--glacier-point:#b2d9e6;
--shrimp-cocktail:#f4a462;
--sunshine-mellow:#f1c40e;
--lava-pit:#e76e36;
}