Color names in this palette
CSS code for this palette
/* CSS */
.pink-flamb {
color: #c94a7d;
}
.hibiscus-petal {
color: #f1a7ae;
}
.mountain-laurel {
color: #f4c8d6;
}
.pork-belly {
color: #f9e1e6;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--pink-flamb:#c94a7d;
--hibiscus-petal:#f1a7ae;
--mountain-laurel:#f4c8d6;
--pork-belly:#f9e1e6;
--vanilla-shake:#fffbf0;
}