Color names in this palette
CSS code for this palette
/* CSS */
.dahlia {
color: #8d3f8d;
}
.athonian-camoshade {
color: #6f8d3f;
}
.illuminati-green {
color: #3f8d6f;
}
.blue-chill {
color: #3f8d8d;
}
.big-sur-blue-jade {
color: #3f6f8d;
}
/* CSS Variables */
:root {
--dahlia:#8d3f8d;
--athonian-camoshade:#6f8d3f;
--illuminati-green:#3f8d6f;
--blue-chill:#3f8d8d;
--big-sur-blue-jade:#3f6f8d;
}