Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f4c3b3;
}
.exciting-orange {
color: #f1af79;
}
.beach-house {
color: #f0d67f;
}
.lime-lizard {
color: #a3d55d;
}
.wicked-witch {
color: #5d9a4c;
}
/* CSS Variables */
:root {
--peach-temptation:#f4c3b3;
--exciting-orange:#f1af79;
--beach-house:#f0d67f;
--lime-lizard:#a3d55d;
--wicked-witch:#5d9a4c;
}