Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.almond-butter {
color: #d7c6a7;
}
.sea-cliff {
color: #a3c7e0;
}
.desaturated-cyan {
color: #699a9b;
}
.old-flame {
color: #f4b7b3;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--almond-butter:#d7c6a7;
--sea-cliff:#a3c7e0;
--desaturated-cyan:#699a9b;
--old-flame:#f4b7b3;
}