Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.tranquil-aqua {
color: #7a9c9f;
}
.bamboo-shoot {
color: #a4b6a0;
}
.thatched-cottage {
color: #d6c8a8;
}
.candle-yellow {
color: #e29e69;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--tranquil-aqua:#7a9c9f;
--bamboo-shoot:#a4b6a0;
--thatched-cottage:#d6c8a8;
--candle-yellow:#e29e69;
}