Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84a3c;
}
.cozy-summer-sunset {
color: #e9a19b;
}
.indian-clay {
color: #f3d0bf;
}
.illuminated {
color: #f9e6d7;
}
.first-date {
color: #f4b39f;
}
/* CSS Variables */
:root {
--painted-poppy:#c84a3c;
--cozy-summer-sunset:#e9a19b;
--indian-clay:#f3d0bf;
--illuminated:#f9e6d7;
--first-date:#f4b39f;
}