Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.tofino {
color: #e6b9a8;
}
.lavender-water {
color: #d2c8df;
}
.chapel-blue {
color: #b0d1e8;
}
.bright-sea-green {
color: #a2e2c1;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--tofino:#e6b9a8;
--lavender-water:#d2c8df;
--chapel-blue:#b0d1e8;
--bright-sea-green:#a2e2c1;
}