Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f3b7af;
}
.aspen-yellow {
color: #f8e0a0;
}
.igniting {
color: #f4d79a;
}
.patina-green {
color: #b4e8b0;
}
.chefchaouen-blue {
color: #a3d5e6;
}
/* CSS Variables */
:root {
--ballerina-tears:#f3b7af;
--aspen-yellow:#f8e0a0;
--igniting:#f4d79a;
--patina-green:#b4e8b0;
--chefchaouen-blue:#a3d5e6;
}