Color names in this palette
CSS code for this palette
/* CSS */
.gazpacho {
color: #c03b21;
}
.royal-blush {
color: #f26d50;
}
.apricot-wash {
color: #f9a77b;
}
.lemon-pound-cake {
color: #fddb91;
}
.iced-celery {
color: #e7e7b6;
}
/* CSS Variables */
:root {
--gazpacho:#c03b21;
--royal-blush:#f26d50;
--apricot-wash:#f9a77b;
--lemon-pound-cake:#fddb91;
--iced-celery:#e7e7b6;
}