Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunny-mood {
color: #f6c84c;
}
.french-vanilla {
color: #f1e1a7;
}
.chefchaouen-blue {
color: #a2d3e6;
}
.coolbox-ice-turquoise {
color: #4d9d9b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunny-mood:#f6c84c;
--french-vanilla:#f1e1a7;
--chefchaouen-blue:#a2d3e6;
--coolbox-ice-turquoise:#4d9d9b;
}