Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.stucco-wall {
color: #f0b19e;
}
.venetian-yellow {
color: #f6e4a2;
}
.lasting-thoughts {
color: #d3e4af;
}
.cool-water-lake {
color: #9cdae2;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--stucco-wall:#f0b19e;
--venetian-yellow:#f6e4a2;
--lasting-thoughts:#d3e4af;
--cool-water-lake:#9cdae2;
}