Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b2d2;
}
.peach-damask {
color: #f6c4a7;
}
.blended-fruit {
color: #f9e1a4;
}
.southern-belle {
color: #a6d8c3;
}
.broom-butterfly-blue {
color: #6fb6d8;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b2d2;
--peach-damask:#f6c4a7;
--blended-fruit:#f9e1a4;
--southern-belle:#a6d8c3;
--broom-butterfly-blue:#6fb6d8;
}