Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5b79;
}
.slate-blue {
color: #5f7c9b;
}
.heavenly {
color: #80b1c6;
}
.light-blue-glint {
color: #a8d5e1;
}
.coral-bisque {
color: #f7c3b1;
}
/* CSS Variables */
:root {
--china-pattern:#3e5b79;
--slate-blue:#5f7c9b;
--heavenly:#80b1c6;
--light-blue-glint:#a8d5e1;
--coral-bisque:#f7c3b1;
}