Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.lime-lizard {
color: #a3d55d;
}
.atlantic-wave {
color: #3c7c7b;
}
.acai {
color: #4e2a60;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--deep-fried-sun-rays:#f5c661;
--lime-lizard:#a3d55d;
--atlantic-wave:#3c7c7b;
--acai:#4e2a60;
}