Color names in this palette
CSS code for this palette
/* CSS */
.manchester-nights {
color: #9a1d28;
}
.chrysanthemum {
color: #c44f59;
}
.strawberry-ice {
color: #e88d91;
}
.apricot-obsession {
color: #f6c1b6;
}
.poetic-princess {
color: #f9e1e5;
}
/* CSS Variables */
:root {
--manchester-nights:#9a1d28;
--chrysanthemum:#c44f59;
--strawberry-ice:#e88d91;
--apricot-obsession:#f6c1b6;
--poetic-princess:#f9e1e5;
}