Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.liveliness {
color: #ffdeb8;
}
.whisper-yellow {
color: #ffe6b8;
}
.seafair-green {
color: #b8ffd4;
}
.dithered-sky {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--liveliness:#ffdeb8;
--whisper-yellow:#ffe6b8;
--seafair-green:#b8ffd4;
--dithered-sky:#b8e0ff;
}