Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.artesian-pool {
color: #a3c2e1;
}
.boudoir-blue {
color: #7da2d9;
}
.alpha-blue {
color: #5c8eb7;
}
.linoleum-blue {
color: #3f7c9d;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--artesian-pool:#a3c2e1;
--boudoir-blue:#7da2d9;
--alpha-blue:#5c8eb7;
--linoleum-blue:#3f7c9d;
}