Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bellagio-fountains {
color: #b5e0f2;
}
.strawberry-cream {
color: #f2abb2;
}
.forsythia-blossom {
color: #f5d76b;
}
.field-day {
color: #c4e5a4;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bellagio-fountains:#b5e0f2;
--strawberry-cream:#f2abb2;
--forsythia-blossom:#f5d76b;
--field-day:#c4e5a4;
}