Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f8e1a5;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
.fat-smooch {
color: #c14e7f;
}
.just-a-fairytale {
color: #695c99;
}
/* CSS Variables */
:root {
--blended-fruit:#f8e1a5;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
--fat-smooch:#c14e7f;
--just-a-fairytale:#695c99;
}