Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d7c1;
}
.pallid-orange {
color: #f9b79f;
}
.vinaceous-cinnamon {
color: #f78d8e;
}
.pink-pepper {
color: #e95d6e;
}
.cherry-lolly {
color: #c43b56;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d7c1;
--pallid-orange:#f9b79f;
--vinaceous-cinnamon:#f78d8e;
--pink-pepper:#e95d6e;
--cherry-lolly:#c43b56;
}