Color names in this palette
CSS code for this palette
/* CSS */
.lime-bright {
color: #f1e4b1;
}
.certain-peach {
color: #f5b9a3;
}
.young-crab {
color: #f6a09d;
}
.lavender-cream {
color: #bfa6e8;
}
.jubilee {
color: #7e5b9f;
}
/* CSS Variables */
:root {
--lime-bright:#f1e4b1;
--certain-peach:#f5b9a3;
--young-crab:#f6a09d;
--lavender-cream:#bfa6e8;
--jubilee:#7e5b9f;
}