Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5a75;
}
.dusty-turquoise {
color: #5a8d90;
}
.hellion-green {
color: #85c7b1;
}
.sugar-cookie {
color: #f1e4a2;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--china-pattern:#3e5a75;
--dusty-turquoise:#5a8d90;
--hellion-green:#85c7b1;
--sugar-cookie:#f1e4a2;
--sun-orange:#f47b1f;
}