Color names in this palette
CSS code for this palette
/* CSS */
.be-mine {
color: #f2e3e7;
}
.muddy-mauve {
color: #e2b6d0;
}
.atlantic-ocean {
color: #a8d6e6;
}
.mint-cocktail-green {
color: #b5e3b5;
}
.glitter-yellow {
color: #f9d75d;
}
/* CSS Variables */
:root {
--be-mine:#f2e3e7;
--muddy-mauve:#e2b6d0;
--atlantic-ocean:#a8d6e6;
--mint-cocktail-green:#b5e3b5;
--glitter-yellow:#f9d75d;
}