Color names in this palette
CSS code for this palette
/* CSS */
.coastal-foam {
color: #ade6c4;
}
.mint-cocktail-green {
color: #b5e0b2;
}
.butterfly {
color: #c6dfa4;
}
.california-dreaming {
color: #d9c46d;
}
.inventive-orange {
color: #e49e6c;
}
/* CSS Variables */
:root {
--coastal-foam:#ade6c4;
--mint-cocktail-green:#b5e0b2;
--butterfly:#c6dfa4;
--california-dreaming:#d9c46d;
--inventive-orange:#e49e6c;
}