Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.peach-velour {
color: #f5b58a;
}
.j-n-hu-ng-gold {
color: #f2d769;
}
.lime-lizard {
color: #a9d65c;
}
.drop-green {
color: #6abd65;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--peach-velour:#f5b58a;
--j-n-hu-ng-gold:#f2d769;
--lime-lizard:#a9d65c;
--drop-green:#6abd65;
}