Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunny-mood {
color: #f6c84c;
}
.storm-lightning {
color: #f8e99b;
}
.candy-dreams {
color: #e5b1f7;
}
.strawberry-mousse {
color: #a4607e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunny-mood:#f6c84c;
--storm-lightning:#f8e99b;
--candy-dreams:#e5b1f7;
--strawberry-mousse:#a4607e;
}