Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d6e2;
}
.squash-blossom {
color: #f6b83c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.sweet-mandarin {
color: #d66038;
}
.reductant {
color: #e75c5a;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d6e2;
--squash-blossom:#f6b83c;
--maximum-yellow-red:#f1b74b;
--sweet-mandarin:#d66038;
--reductant:#e75c5a;
}