Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a41e34;
}
.welcoming-wasp {
color: #f0a800;
}
.be-spontaneous {
color: #a0d369;
}
.emerald-dream {
color: #007a5e;
}
.orange-soda {
color: #ff5e3d;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a41e34;
--welcoming-wasp:#f0a800;
--be-spontaneous:#a0d369;
--emerald-dream:#007a5e;
--orange-soda:#ff5e3d;
}