Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.corydalis-blue {
color: #a4c8d6;
}
.heavenly {
color: #7eb2c4;
}
.dupain {
color: #5ba4b9;
}
.magic-blue {
color: #3d8cae;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--corydalis-blue:#a4c8d6;
--heavenly:#7eb2c4;
--dupain:#5ba4b9;
--magic-blue:#3d8cae;
}