Color names in this palette
CSS code for this palette
/* CSS */
.dusk-blue {
color: #6f9cbe;
}
.terrace-pool {
color: #a3d9e0;
}
.vanilla {
color: #f3e4aa;
}
.maximum-yellow-red {
color: #f1b74b;
}
.bitter-orange {
color: #d17a2e;
}
/* CSS Variables */
:root {
--dusk-blue:#6f9cbe;
--terrace-pool:#a3d9e0;
--vanilla:#f3e4aa;
--maximum-yellow-red:#f1b74b;
--bitter-orange:#d17a2e;
}