Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.florida-sunrise {
color: #f7b06e;
}
.chat-orange {
color: #f6993c;
}
.consumed-by-fire {
color: #f17d1e;
}
.nasturtium-flower {
color: #e44d1b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--florida-sunrise:#f7b06e;
--chat-orange:#f6993c;
--consumed-by-fire:#f17d1e;
--nasturtium-flower:#e44d1b;
}