Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.southern-belle {
color: #a6d8c5;
}
.welcoming-wasp {
color: #f0a800;
}
.certain-peach {
color: #f1bfa2;
}
.strawberry-milkshake {
color: #d66b89;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--southern-belle:#a6d8c5;
--welcoming-wasp:#f0a800;
--certain-peach:#f1bfa2;
--strawberry-milkshake:#d66b89;
}