Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f7a6c6;
}
.mocha-dandelion {
color: #f1d76f;
}
.downy {
color: #72d5c1;
}
.christmas-blue {
color: #298ebc;
}
.cabbage-blossom-violet {
color: #704d7a;
}
/* CSS Variables */
:root {
--rose-mallow:#f7a6c6;
--mocha-dandelion:#f1d76f;
--downy:#72d5c1;
--christmas-blue:#298ebc;
--cabbage-blossom-violet:#704d7a;
}