Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e7;
}
.rubber-radish {
color: #ff9b99;
}
.soviet-gold {
color: #ffd900;
}
.vivid-spring {
color: #8bcb5d;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e7;
--rubber-radish:#ff9b99;
--soviet-gold:#ffd900;
--vivid-spring:#8bcb5d;
--olympic-blue:#4b91e2;
}