Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f6df4c;
}
.dream-of-spring {
color: #f8cf2a;
}
.blue-angels-yellow {
color: #fab700;
}
.flame-orange {
color: #f68a1e;
}
.poppy-flower {
color: #f05b05;
}
/* CSS Variables */
:root {
--gilded:#f6df4c;
--dream-of-spring:#f8cf2a;
--blue-angels-yellow:#fab700;
--flame-orange:#f68a1e;
--poppy-flower:#f05b05;
}