Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.leafy-seadragon {
color: #b8c200;
}
.flat-green {
color: #699b50;
}
.blue-tang {
color: #2c4c6d;
}
.acai {
color: #4e1f5b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--leafy-seadragon:#b8c200;
--flat-green:#699b50;
--blue-tang:#2c4c6d;
--acai:#4e1f5b;
}