Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a7d08b;
}
.mint-parfait {
color: #b4e9b9;
}
.spring-kiss {
color: #e5f5b2;
}
.sun-dust {
color: #f9e0a4;
}
.ballerina-tears {
color: #f1b7b1;
}
/* CSS Variables */
:root {
--pistachio-dream:#a7d08b;
--mint-parfait:#b4e9b9;
--spring-kiss:#e5f5b2;
--sun-dust:#f9e0a4;
--ballerina-tears:#f1b7b1;
}