Color names in this palette
CSS code for this palette
/* CSS */
.pink-mimosa {
color: #f3b7a5;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.buttery-croissant {
color: #f3e09b;
}
.fresh-lettuce {
color: #b3d78e;
}
.felt-green {
color: #6fbe91;
}
/* CSS Variables */
:root {
--pink-mimosa:#f3b7a5;
--enjoyable-yellow:#f6d6a7;
--buttery-croissant:#f3e09b;
--fresh-lettuce:#b3d78e;
--felt-green:#6fbe91;
}