Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.isle-of-sand {
color: #f9da10;
}
.vanilla-pudding {
color: #f6e46a;
}
.mint-cocktail-green {
color: #b3e0b2;
}
.epimetheus {
color: #4eb3d4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--isle-of-sand:#f9da10;
--vanilla-pudding:#f6e46a;
--mint-cocktail-green:#b3e0b2;
--epimetheus:#4eb3d4;
}