Color names in this palette
CSS code for this palette
/* CSS */
.maybe-maui {
color: #f6d58e;
}
.monarch-orange {
color: #f2a469;
}
.wet-pottery-clay {
color: #e27c6e;
}
.california-wine {
color: #d24b66;
}
.viva-magenta {
color: #9c408e;
}
/* CSS Variables */
:root {
--maybe-maui:#f6d58e;
--monarch-orange:#f2a469;
--wet-pottery-clay:#e27c6e;
--california-wine:#d24b66;
--viva-magenta:#9c408e;
}