Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c6;
}
.exotic-violet {
color: #e2a1d4;
}
.pastel-violet {
color: #c89cc9;
}
.chefchaouen-blue {
color: #a2d2e7;
}
.aspara {
color: #70b4c7;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c6;
--exotic-violet:#e2a1d4;
--pastel-violet:#c89cc9;
--chefchaouen-blue:#a2d2e7;
--aspara:#70b4c7;
}