Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.liveliness {
color: #ffdeb8;
}
.cr-me {
color: #ffffb8;
}
.frosted-mint-hills {
color: #c8ffbd;
}
.lemon-gate {
color: #9dfbc6;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--liveliness:#ffdeb8;
--cr-me:#ffffb8;
--frosted-mint-hills:#c8ffbd;
--lemon-gate:#9dfbc6;
}