Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.oriole-yellow {
color: #f6d579;
}
.rose-mallow {
color: #f2a6c6;
}
.andrea-blue {
color: #4c7de6;
}
.flat-green {
color: #6c9a4c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--oriole-yellow:#f6d579;
--rose-mallow:#f2a6c6;
--andrea-blue:#4c7de6;
--flat-green:#6c9a4c;
}