Color names in this palette
CSS code for this palette
/* CSS */
.denim-tradition {
color: #8097b3;
}
.sterling-blue {
color: #a1b8c4;
}
.falling-tears {
color: #c2d7e0;
}
.pearl-yellow {
color: #f2e4ba;
}
.medium-terracotta {
color: #d69c8a;
}
/* CSS Variables */
:root {
--denim-tradition:#8097b3;
--sterling-blue:#a1b8c4;
--falling-tears:#c2d7e0;
--pearl-yellow:#f2e4ba;
--medium-terracotta:#d69c8a;
}