Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f8e4b9;
}
.shrimp-toast {
color: #f6c6a2;
}
.creamy-peach {
color: #f3a086;
}
.orangeville {
color: #e66b5b;
}
.grenadier {
color: #c74938;
}
/* CSS Variables */
:root {
--gentle-glow:#f8e4b9;
--shrimp-toast:#f6c6a2;
--creamy-peach:#f3a086;
--orangeville:#e66b5b;
--grenadier:#c74938;
}