Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.almond-cream {
color: #f4c29f;
}
.flan {
color: #f6e3b6;
}
.flower-stem {
color: #b2d8b0;
}
.kingfisher-turquoise {
color: #7eb9b6;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--almond-cream:#f4c29f;
--flan:#f6e3b6;
--flower-stem:#b2d8b0;
--kingfisher-turquoise:#7eb9b6;
}