Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e4b9d5;
}
.rogue-pink {
color: #f6a2bf;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.sundance {
color: #f9c56c;
}
.summertime {
color: #f1cf79;
}
/* CSS Variables */
:root {
--child-s-play:#e4b9d5;
--rogue-pink:#f6a2bf;
--vinaceous-cinnamon:#f78d8d;
--sundance:#f9c56c;
--summertime:#f1cf79;
}