Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.rapunzel {
color: #f5d87f;
}
.friendly-yellow {
color: #f6e0b1;
}
.dante-peak {
color: #b3d5d4;
}
.rodeo-red {
color: #a64b3a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--rapunzel:#f5d87f;
--friendly-yellow:#f6e0b1;
--dante-peak:#b3d5d4;
--rodeo-red:#a64b3a;
}