Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c8;
}
.frangipane {
color: #f5d6b2;
}
.bathe-blue {
color: #c2dfe5;
}
.terrace-pool {
color: #a1d6e3;
}
.pink-grapefruit {
color: #f3b9c7;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c8;
--frangipane:#f5d6b2;
--bathe-blue:#c2dfe5;
--terrace-pool:#a1d6e3;
--pink-grapefruit:#f3b9c7;
}