Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f3b7af;
}
.citrus-sachet {
color: #f3c7a5;
}
.peach-patch {
color: #f3d6a0;
}
.venetian-yellow {
color: #f3e5a0;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
/* CSS Variables */
:root {
--ballerina-tears:#f3b7af;
--citrus-sachet:#f3c7a5;
--peach-patch:#f3d6a0;
--venetian-yellow:#f3e5a0;
--yippie-ya-yellow:#f3f7a1;
}