Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.storm-lightning {
color: #f9e59f;
}
.ibis {
color: #f6b6c1;
}
.bright-ube {
color: #d4a5e4;
}
.windsor-way {
color: #9ec8e5;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--storm-lightning:#f9e59f;
--ibis:#f6b6c1;
--bright-ube:#d4a5e4;
--windsor-way:#9ec8e5;
}