Color names in this palette
CSS code for this palette
/* CSS */
.rubber-radish {
color: #ff99a1;
}
.mexican-milk {
color: #ffb8b3;
}
.dainty-peach {
color: #ffcbb8;
}
.liveliness {
color: #ffdeb8;
}
.cr-me {
color: #ffffb8;
}
/* CSS Variables */
:root {
--rubber-radish:#ff99a1;
--mexican-milk:#ffb8b3;
--dainty-peach:#ffcbb8;
--liveliness:#ffdeb8;
--cr-me:#ffffb8;
}