Color names in this palette
CSS code for this palette
/* CSS */
.sandy {
color: #f2d97d;
}
.maximum-yellow-red {
color: #f1b74b;
}
.cumquat-cream {
color: #f29c7d;
}
.petal-plush {
color: #d5a6f2;
}
.aster-violetta {
color: #8e609f;
}
/* CSS Variables */
:root {
--sandy:#f2d97d;
--maximum-yellow-red:#f1b74b;
--cumquat-cream:#f29c7d;
--petal-plush:#d5a6f2;
--aster-violetta:#8e609f;
}