Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.pink-beach {
color: #f5c2a8;
}
.noodles {
color: #f9e5b4;
}
.dentist-green {
color: #9acf8c;
}
.shimmering-brook {
color: #65b1d2;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--pink-beach:#f5c2a8;
--noodles:#f9e5b4;
--dentist-green:#9acf8c;
--shimmering-brook:#65b1d2;
}