Color names in this palette
CSS code for this palette
/* CSS */
.rubber-radish {
color: #ff99a1;
}
.poodle-skirt {
color: #ffb3ba;
}
.liveliness {
color: #ffdeb8;
}
.cr-me {
color: #ffffb8;
}
.dithered-sky {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--rubber-radish:#ff99a1;
--poodle-skirt:#ffb3ba;
--liveliness:#ffdeb8;
--cr-me:#ffffb8;
--dithered-sky:#b8e0ff;
}