Color names in this palette
CSS code for this palette
/* CSS */
.rubber-radish {
color: #ff99a1;
}
.mexican-milk {
color: #ffb8b3;
}
.nacho {
color: #ffcb5c;
}
.sparkler {
color: #ffee99;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--rubber-radish:#ff99a1;
--mexican-milk:#ffb8b3;
--nacho:#ffcb5c;
--sparkler:#ffee99;
--light-mint:#b7fbbe;
}