Color names in this palette
CSS code for this palette
/* CSS */
.meadow-mauve {
color: #b05e91;
}
.florida-sunrise {
color: #f6aa6f;
}
.aspen-yellow {
color: #f4e19f;
}
.last-of-lettuce {
color: #aad96d;
}
.casting-sea {
color: #3f89c6;
}
/* CSS Variables */
:root {
--meadow-mauve:#b05e91;
--florida-sunrise:#f6aa6f;
--aspen-yellow:#f4e19f;
--last-of-lettuce:#aad96d;
--casting-sea:#3f89c6;
}