Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.chapel-blue {
color: #b0d3e8;
}
.venus-pink {
color: #f0e6e5;
}
.ballerina-tears {
color: #f5b8b2;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--chapel-blue:#b0d3e8;
--venus-pink:#f0e6e5;
--ballerina-tears:#f5b8b2;
--dodgeroll-gold:#f39c12;
}