Color names in this palette
CSS code for this palette
/* CSS */
.defenestration {
color: #c7d6e6;
}
.rest-assured {
color: #9cc2c9;
}
.flounce {
color: #4a8c8c;
}
.creamy-peach {
color: #f3a482;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--defenestration:#c7d6e6;
--rest-assured:#9cc2c9;
--flounce:#4a8c8c;
--creamy-peach:#f3a482;
--entan-red:#e76e50;
}