Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.forsythia-blossom {
color: #f8d86d;
}
.blue-angels-yellow {
color: #fab700;
}
.hotter-butter {
color: #e68a00;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--forsythia-blossom:#f8d86d;
--blue-angels-yellow:#fab700;
--hotter-butter:#e68a00;
--exuberance:#d65d00;
}