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