Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6d8c;
}
.dyer-s-woad {
color: #7999af;
}
.sea-cliff {
color: #a3c7e0;
}
.freezing-vapor {
color: #d3e9f3;
}
.child-of-light {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6d8c;
--dyer-s-woad:#7999af;
--sea-cliff:#a3c7e0;
--freezing-vapor:#d3e9f3;
--child-of-light:#f1f6f8;
}