Color names in this palette
CSS code for this palette
/* CSS */
.festival-orange {
color: #e05c3e;
}
.blue-angels-yellow {
color: #fab700;
}
.tea-cookie {
color: #f2e1c0;
}
.golf-day {
color: #598e3e;
}
.dazzling-blue {
color: #3b4d9b;
}
/* CSS Variables */
:root {
--festival-orange:#e05c3e;
--blue-angels-yellow:#fab700;
--tea-cookie:#f2e1c0;
--golf-day:#598e3e;
--dazzling-blue:#3b4d9b;
}