Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1b91bb;
}
.clean-pool {
color: #4ac6e8;
}
.winter-chill {
color: #8dd3d8;
}
.old-laser-lemon {
color: #f9f971;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--spa-dream:#1b91bb;
--clean-pool:#4ac6e8;
--winter-chill:#8dd3d8;
--old-laser-lemon:#f9f971;
--grapefruit-pulp:#ff6e61;
}