Color names in this palette
CSS code for this palette
/* CSS */
.celestyn {
color: #b6c6d3;
}
.corydalis-blue {
color: #a2c6d7;
}
.cottage-blue {
color: #7a9ec2;
}
.cropper-blue {
color: #5d7c98;
}
.china-pattern {
color: #3e5b7a;
}
/* CSS Variables */
:root {
--celestyn:#b6c6d3;
--corydalis-blue:#a2c6d7;
--cottage-blue:#7a9ec2;
--cropper-blue:#5d7c98;
--china-pattern:#3e5b7a;
}