Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.brittany-s-bow {
color: #f3d8e2;
}
.gumball {
color: #e8b5d4;
}
.almost-aloe {
color: #c6e9af;
}
.chefchaouen-blue {
color: #a2d1e6;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--brittany-s-bow:#f3d8e2;
--gumball:#e8b5d4;
--almost-aloe:#c6e9af;
--chefchaouen-blue:#a2d1e6;
}