Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.lavender-water {
color: #d1c7e0;
}
.windsor-way {
color: #a2c7e7;
}
.mint-cold-green {
color: #6bb8a1;
}
.petrol-green {
color: #4f9c8d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--lavender-water:#d1c7e0;
--windsor-way:#a2c7e7;
--mint-cold-green:#6bb8a1;
--petrol-green:#4f9c8d;
}