Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4b;
}
.pastel-strawberry {
color: #ef4d4d;
}
.butter-cream {
color: #f5b042;
}
.venetian-yellow {
color: #f8e5a0;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4b;
--pastel-strawberry:#ef4d4d;
--butter-cream:#f5b042;
--venetian-yellow:#f8e5a0;
--lime-lizard:#a3d55d;
}