Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.lion-cub {
color: #f8caa5;
}
.majestic-treasures {
color: #f2e6a1;
}
.lime-lizard {
color: #a3d55d;
}
.clover-mist {
color: #69bf81;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--lion-cub:#f8caa5;
--majestic-treasures:#f2e6a1;
--lime-lizard:#a3d55d;
--clover-mist:#69bf81;
}