Color names in this palette
CSS code for this palette
/* CSS */
.paw-paw {
color: #f9d59f;
}
.hibiscus-petal {
color: #f1a7ae;
}
.cupid-s-arrow {
color: #eb6b8d;
}
.crushed-berries {
color: #d65c9b;
}
.romantic-rose {
color: #a93d8e;
}
/* CSS Variables */
:root {
--paw-paw:#f9d59f;
--hibiscus-petal:#f1a7ae;
--cupid-s-arrow:#eb6b8d;
--crushed-berries:#d65c9b;
--romantic-rose:#a93d8e;
}