Color names in this palette
CSS code for this palette
/* CSS */
.bismarck {
color: #4a6b7d;
}
.windy-day {
color: #8db0c8;
}
.touch-of-blue {
color: #c3d7e9;
}
.ballerina-tears {
color: #f1bab1;
}
.happy-hearts {
color: #d95e62;
}
/* CSS Variables */
:root {
--bismarck:#4a6b7d;
--windy-day:#8db0c8;
--touch-of-blue:#c3d7e9;
--ballerina-tears:#f1bab1;
--happy-hearts:#d95e62;
}