Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.dilly-dally {
color: #f6da5a;
}
.blended-fruit {
color: #f8e3a5;
}
.blue-rice {
color: #b1d3f1;
}
.blue-gourami {
color: #699bd8;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--dilly-dally:#f6da5a;
--blended-fruit:#f8e3a5;
--blue-rice:#b1d3f1;
--blue-gourami:#699bd8;
}