Color names in this palette
CSS code for this palette
/* CSS */
.artemis {
color: #d4a66e;
}
.jazz-age-coral {
color: #f1c1b1;
}
.carla {
color: #f7f9c8;
}
.may-day {
color: #4ccdc4;
}
.big-sur-blue-jade {
color: #3c7090;
}
/* CSS Variables */
:root {
--artemis:#d4a66e;
--jazz-age-coral:#f1c1b1;
--carla:#f7f9c8;
--may-day:#4ccdc4;
--big-sur-blue-jade:#3c7090;
}