Color names in this palette
CSS code for this palette
/* CSS */
.simply-sparkling {
color: #b1c2e2;
}
.ballerina-tears {
color: #f0bab2;
}
.maybe-maui {
color: #f7d58d;
}
.frosted-hills {
color: #a3eba7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--simply-sparkling:#b1c2e2;
--ballerina-tears:#f0bab2;
--maybe-maui:#f7d58d;
--frosted-hills:#a3eba7;
--grapefruit-pulp:#ff6e61;
}