Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.mint-cocktail-green {
color: #b7e5b3;
}
.nevada-sky {
color: #a1d7e8;
}
.maybe-maui {
color: #f6d58e;
}
.no-way-ros {
color: #fbab93;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--mint-cocktail-green:#b7e5b3;
--nevada-sky:#a1d7e8;
--maybe-maui:#f6d58e;
--no-way-ros:#fbab93;
}