Color names in this palette
CSS code for this palette
/* CSS */
.cherry-bomb {
color: #b83d3d;
}
.butter-cream {
color: #efae3e;
}
.sorreno-lemon {
color: #f1d05b;
}
.fringy-flower {
color: #b4e4b7;
}
.crystal-lake {
color: #87b8c4;
}
/* CSS Variables */
:root {
--cherry-bomb:#b83d3d;
--butter-cream:#efae3e;
--sorreno-lemon:#f1d05b;
--fringy-flower:#b4e4b7;
--crystal-lake:#87b8c4;
}