Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.brilliant-beige {
color: #f1c4b7;
}
.enjoyable-yellow {
color: #f4d8a9;
}
.sour {
color: #e4edb5;
}
.southern-belle {
color: #a7d7bf;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--brilliant-beige:#f1c4b7;
--enjoyable-yellow:#f4d8a9;
--sour:#e4edb5;
--southern-belle:#a7d7bf;
}