Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f0a8c1;
}
.sugarwinkle {
color: #ffc2e2;
}
.sunkissed-yellow {
color: #ffebb8;
}
.overtone {
color: #a6e3b7;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--tickled-pink:#f0a8c1;
--sugarwinkle:#ffc2e2;
--sunkissed-yellow:#ffebb8;
--overtone:#a6e3b7;
--soviet-gold:#ffd900;
}