Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.first-shade-of-blue {
color: #c8dff4;
}
.spring-sun {
color: #f0f3c4;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--first-shade-of-blue:#c8dff4;
--spring-sun:#f0f3c4;
--enjoyable-yellow:#f6d5a7;
--shrimp-cocktail:#f4a462;
}