Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.rose-mallow {
color: #f1a7c5;
}
.emperor-s-children {
color: #ef9fb4;
}
.dimple {
color: #e97c8c;
}
.rhubarb-pie {
color: #d67a88;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--rose-mallow:#f1a7c5;
--emperor-s-children:#ef9fb4;
--dimple:#e97c8c;
--rhubarb-pie:#d67a88;
}