Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rose-mallow {
color: #f1a7c6;
}
.jersey-cream {
color: #f6dbbb;
}
.basket-of-gold {
color: #f1d03b;
}
.field-poppy {
color: #d76d3c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rose-mallow:#f1a7c6;
--jersey-cream:#f6dbbb;
--basket-of-gold:#f1d03b;
--field-poppy:#d76d3c;
}