Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.manila-tint {
color: #ffe2a8;
}
.green-trance {
color: #a5d5a5;
}
.pale-verdigris {
color: #6f9b92;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--macaroni-and-cheese:#ffb67a;
--manila-tint:#ffe2a8;
--green-trance:#a5d5a5;
--pale-verdigris:#6f9b92;
}