Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.winter-lakes {
color: #5d8fd0;
}
.athens {
color: #3b70b5;
}
.coral-fountain {
color: #e2a8a2;
}
.gladiola {
color: #d94c3f;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--winter-lakes:#5d8fd0;
--athens:#3b70b5;
--coral-fountain:#e2a8a2;
--gladiola:#d94c3f;
}