Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e4b6;
}
.lion-cub {
color: #f8cda5;
}
.alright-then-i-became-a-princess {
color: #faaaa3;
}
.xoxo {
color: #ef8094;
}
.blush-d-amour {
color: #e45e86;
}
/* CSS Variables */
:root {
--barley-white:#f7e4b6;
--lion-cub:#f8cda5;
--alright-then-i-became-a-princess:#faaaa3;
--xoxo:#ef8094;
--blush-d-amour:#e45e86;
}