Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5e79;
}
.sheffield {
color: #5e8d7b;
}
.prime-merchandise {
color: #90bc7b;
}
.sulfur-yellow {
color: #d7c05b;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--china-pattern:#3e5e79;
--sheffield:#5e8d7b;
--prime-merchandise:#90bc7b;
--sulfur-yellow:#d7c05b;
--dusty-orange:#e06b4d;
}