Color names in this palette
CSS code for this palette
/* CSS */
.vic-20-green {
color: #8edc8e;
}
.overtone {
color: #a3e0b7;
}
.majestic-treasures {
color: #f3e7a5;
}
.sugarwinkle {
color: #f9c3e1;
}
.vinaceous-cinnamon {
color: #f68888;
}
/* CSS Variables */
:root {
--vic-20-green:#8edc8e;
--overtone:#a3e0b7;
--majestic-treasures:#f3e7a5;
--sugarwinkle:#f9c3e1;
--vinaceous-cinnamon:#f68888;
}