Color names in this palette
CSS code for this palette
/* CSS */
.fiery-fuchsia {
color: #b53b68;
}
.mulberry-yogurt {
color: #c94f8c;
}
.dull-pink {
color: #d7889c;
}
.princess {
color: #f1a7b6;
}
.mountain-laurel {
color: #f4c8d6;
}
/* CSS Variables */
:root {
--fiery-fuchsia:#b53b68;
--mulberry-yogurt:#c94f8c;
--dull-pink:#d7889c;
--princess:#f1a7b6;
--mountain-laurel:#f4c8d6;
}