Color names in this palette
CSS code for this palette
/* CSS */
.dulce-de-leche {
color: #d57d20;
}
.welcoming-wasp {
color: #f0a800;
}
.forsythia-blossom {
color: #f5d870;
}
.flame {
color: #e25c22;
}
.red-panda {
color: #c14b1f;
}
/* CSS Variables */
:root {
--dulce-de-leche:#d57d20;
--welcoming-wasp:#f0a800;
--forsythia-blossom:#f5d870;
--flame:#e25c22;
--red-panda:#c14b1f;
}