Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.welcoming-wasp {
color: #f0a800;
}
.crushed-orange {
color: #e57b2a;
}
.geranium {
color: #d7475a;
}
.wild-aster {
color: #a03b8e;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--welcoming-wasp:#f0a800;
--crushed-orange:#e57b2a;
--geranium:#d7475a;
--wild-aster:#a03b8e;
}