Color names in this palette
CSS code for this palette
/* CSS */
.sprig-muslin {
color: #d7c1c5;
}
.bistro-pink {
color: #e4b8b4;
}
.balinese-sunset {
color: #f19f79;
}
.polka-dot-skirt {
color: #fce1a1;
}
.soft-butter {
color: #f4e1b8;
}
/* CSS Variables */
:root {
--sprig-muslin:#d7c1c5;
--bistro-pink:#e4b8b4;
--balinese-sunset:#f19f79;
--polka-dot-skirt:#fce1a1;
--soft-butter:#f4e1b8;
}