Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.oriole-yellow {
color: #f6d579;
}
.banana-br-l-e {
color: #f8ecb9;
}
.aqua-bay {
color: #b6e2c7;
}
.nevada-sky {
color: #a1d7e8;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--oriole-yellow:#f6d579;
--banana-br-l-e:#f8ecb9;
--aqua-bay:#b6e2c7;
--nevada-sky:#a1d7e8;
}