Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68a00;
}
.curry-powder {
color: #d16900;
}
.tijolo {
color: #a85d00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68a00;
--curry-powder:#d16900;
--tijolo:#a85d00;
}