Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.french-pass {
color: #a4d3e0;
}
.stone-washed {
color: #d5e1e7;
}
.child-of-light {
color: #f2f6f8;
}
.milky-maize {
color: #f9d89f;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--french-pass:#a4d3e0;
--stone-washed:#d5e1e7;
--child-of-light:#f2f6f8;
--milky-maize:#f9d89f;
}