Color names in this palette
CSS code for this palette
/* CSS */
.themeda-japonica {
color: #e3b03b;
}
.tangerine-bliss {
color: #d85d2c;
}
.painted-poppy {
color: #c84c3c;
}
.aged-purple {
color: #a84d9d;
}
.sea-loch {
color: #6c9bd0;
}
/* CSS Variables */
:root {
--themeda-japonica:#e3b03b;
--tangerine-bliss:#d85d2c;
--painted-poppy:#c84c3c;
--aged-purple:#a84d9d;
--sea-loch:#6c9bd0;
}