Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.safflower {
color: #fdad44;
}
.lemon-bundt-cake {
color: #fcf5a1;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.emperor-s-children {
color: #f2a1b6;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--safflower:#fdad44;
--lemon-bundt-cake:#fcf5a1;
--enjoyable-yellow:#f6d5a7;
--emperor-s-children:#f2a1b6;
}