Color names in this palette
CSS code for this palette
/* CSS */
.kawaii {
color: #e8abb9;
}
.baby-steps {
color: #f4c8d9;
}
.pork-belly {
color: #f8e2e8;
}
.enjoyable-yellow {
color: #f4d4a9;
}
.almond-latte {
color: #d6c1a4;
}
/* CSS Variables */
:root {
--kawaii:#e8abb9;
--baby-steps:#f4c8d9;
--pork-belly:#f8e2e8;
--enjoyable-yellow:#f4d4a9;
--almond-latte:#d6c1a4;
}