Color names in this palette
CSS code for this palette
/* CSS */
.mint-circle {
color: #a7d3a8;
}
.spring-kiss {
color: #e5f2b5;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.first-date {
color: #f8afa0;
}
.juicy-details {
color: #d77b79;
}
/* CSS Variables */
:root {
--mint-circle:#a7d3a8;
--spring-kiss:#e5f2b5;
--enjoyable-yellow:#f6d5a7;
--first-date:#f8afa0;
--juicy-details:#d77b79;
}