Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.peach-butter {
color: #fbaf3c;
}
.glitter-yellow {
color: #f9d75d;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.light-budgie-blue {
color: #9ed5e5;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--peach-butter:#fbaf3c;
--glitter-yellow:#f9d75d;
--extraordinary-abundance-of-tinge:#e6e6e6;
--light-budgie-blue:#9ed5e5;
}