Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.strawberry-ripple {
color: #f7cfcf;
}
.hawaiian-cream {
color: #f9e6b9;
}
.gold-sand {
color: #f6e6a7;
}
.fresh-water {
color: #c3e1f9;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--strawberry-ripple:#f7cfcf;
--hawaiian-cream:#f9e6b9;
--gold-sand:#f6e6a7;
--fresh-water:#c3e1f9;
}