Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.antique-cameo {
color: #f5b8a3;
}
.tequila {
color: #f5d1a3;
}
.pale-canary {
color: #f1f5a3;
}
.menthol {
color: #c2f5a3;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--antique-cameo:#f5b8a3;
--tequila:#f5d1a3;
--pale-canary:#f1f5a3;
--menthol:#c2f5a3;
}