Color names in this palette
CSS code for this palette
/* CSS */
.tender-twilight {
color: #b8cee5;
}
.stem-green {
color: #adde96;
}
.banana-br-l-e {
color: #f8ebb9;
}
.neighborly-peach {
color: #f3c0a5;
}
.watermelon-juice {
color: #ef5d7f;
}
/* CSS Variables */
:root {
--tender-twilight:#b8cee5;
--stem-green:#adde96;
--banana-br-l-e:#f8ebb9;
--neighborly-peach:#f3c0a5;
--watermelon-juice:#ef5d7f;
}