Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5b79;
}
.cool-dusk {
color: #789dab;
}
.sinbad {
color: #a6d3d3;
}
.blended-fruit {
color: #f8e2a5;
}
.antique-cameo {
color: #f0b6a3;
}
/* CSS Variables */
:root {
--china-pattern:#3e5b79;
--cool-dusk:#789dab;
--sinbad:#a6d3d3;
--blended-fruit:#f8e2a5;
--antique-cameo:#f0b6a3;
}