Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.jersey-cream {
color: #f6dbbb;
}
.blended-fruit {
color: #f8e3a5;
}
.spring-kiss {
color: #e4f2b0;
}
.scud {
color: #aadac8;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--jersey-cream:#f6dbbb;
--blended-fruit:#f8e3a5;
--spring-kiss:#e4f2b0;
--scud:#aadac8;
}