Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b4;
}
.citrus-sachet {
color: #f5c7a8;
}
.banana-yogurt {
color: #f8e7b4;
}
.fringy-flower {
color: #b7e1b9;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b4;
--citrus-sachet:#f5c7a8;
--banana-yogurt:#f8e7b4;
--fringy-flower:#b7e1b9;
--light-budgie-blue:#a1d6e8;
}