Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.green-trance {
color: #a1d69f;
}
.shrimp-cocktail {
color: #f4a462;
}
.wake-me-up {
color: #f6d55a;
}
.emberglow {
color: #ed6b5a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--green-trance:#a1d69f;
--shrimp-cocktail:#f4a462;
--wake-me-up:#f6d55a;
--emberglow:#ed6b5a;
}