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