Color names in this palette
CSS code for this palette
/* CSS */
.demure-pink {
color: #f8d1c4;
}
.roseberry {
color: #f3a5a0;
}
.dimple {
color: #ef7b8f;
}
.bubblegum {
color: #e85e73;
}
.mulberry-yogurt {
color: #c84c8c;
}
/* CSS Variables */
:root {
--demure-pink:#f8d1c4;
--roseberry:#f3a5a0;
--dimple:#ef7b8f;
--bubblegum:#e85e73;
--mulberry-yogurt:#c84c8c;
}