Color names in this palette
CSS code for this palette
/* CSS */
.vivid-viola {
color: #a93d7f;
}
.pink-fit {
color: #f1a7b1;
}
.marigold-dust {
color: #f4cf3e;
}
.emerald-bliss {
color: #4bbead;
}
.citrus-splash {
color: #ffc300;
}
/* CSS Variables */
:root {
--vivid-viola:#a93d7f;
--pink-fit:#f1a7b1;
--marigold-dust:#f4cf3e;
--emerald-bliss:#4bbead;
--citrus-splash:#ffc300;
}