Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.flavescent {
color: #f6e88e;
}
.5 {
color: #f8d68b;
}
.maximum-yellow-red {
color: #f4b548;
}
.benihi-red {
color: #f24c36;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--flavescent:#f6e88e;
--5:#f8d68b;
--maximum-yellow-red:#f4b548;
--benihi-red:#f24c36;
}