Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.slate-blue {
color: #5f7c9b;
}
.sea-breeze {
color: #a5c1cf;
}
.stone-washed {
color: #d5e1e7;
}
.white-chocolate {
color: #f0e2c7;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--slate-blue:#5f7c9b;
--sea-breeze:#a5c1cf;
--stone-washed:#d5e1e7;
--white-chocolate:#f0e2c7;
}