Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.maize {
color: #f2d150;
}
.ninjin-orange {
color: #e5a66c;
}
.rose-petal {
color: #e5c3b8;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--maize:#f2d150;
--ninjin-orange:#e5a66c;
--rose-petal:#e5c3b8;
--breeze-of-chilli:#f26e6e;
}