Color names in this palette
CSS code for this palette
/* CSS */
.powder-blue {
color: #b1e0e7;
}
.sundown {
color: #f5c99e;
}
.lynx-white {
color: #f6f8f8;
}
.ballerina-tears {
color: #f5b8b2;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--powder-blue:#b1e0e7;
--sundown:#f5c99e;
--lynx-white:#f6f8f8;
--ballerina-tears:#f5b8b2;
--dodgeroll-gold:#f39c12;
}