Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.kindred {
color: #719dda;
}
.rainy-lake {
color: #3e6a8e;
}
.neighborly-peach {
color: #f6c2a2;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--kindred:#719dda;
--rainy-lake:#3e6a8e;
--neighborly-peach:#f6c2a2;
--sun-orange:#f47b1f;
}