Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3a5e7e;
}
.tower-bridge {
color: #7a9f9d;
}
.cricket-field {
color: #c6d59f;
}
.italian-straw {
color: #e8d3a1;
}
.coral-gold {
color: #d16e47;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3a5e7e;
--tower-bridge:#7a9f9d;
--cricket-field:#c6d59f;
--italian-straw:#e8d3a1;
--coral-gold:#d16e47;
}