Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.fulgrim-pink {
color: #f2b1d2;
}
.petal-plush {
color: #e1a6e8;
}
.break-the-ice {
color: #b2e0f0;
}
.glaucous-green {
color: #b2f0c2;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--fulgrim-pink:#f2b1d2;
--petal-plush:#e1a6e8;
--break-the-ice:#b2e0f0;
--glaucous-green:#b2f0c2;
}