Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3aac8;
}
.paw-paw {
color: #f9d59f;
}
.delightful-pastry {
color: #f9e8c8;
}
.reef-green {
color: #a3e0c6;
}
.kingfisher-turquoise {
color: #7eb9b6;
}
/* CSS Variables */
:root {
--rose-mallow:#f3aac8;
--paw-paw:#f9d59f;
--delightful-pastry:#f9e8c8;
--reef-green:#a3e0c6;
--kingfisher-turquoise:#7eb9b6;
}