Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.coral-bisque {
color: #f6c3b1;
}
.miami-stucco {
color: #f4d6b8;
}
.kiwi-ice-cream {
color: #e6e6a8;
}
.windsor-way {
color: #a1c4e8;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--coral-bisque:#f6c3b1;
--miami-stucco:#f4d6b8;
--kiwi-ice-cream:#e6e6a8;
--windsor-way:#a1c4e8;
}