Color names in this palette
CSS code for this palette
/* CSS */
.lynch {
color: #6a7b8a;
}
.airway {
color: #afc3d5;
}
.genteel-lavender {
color: #e3e7ed;
}
.daisy-white {
color: #f8f4e2;
}
.buckram-binding {
color: #dac2a4;
}
/* CSS Variables */
:root {
--lynch:#6a7b8a;
--airway:#afc3d5;
--genteel-lavender:#e3e7ed;
--daisy-white:#f8f4e2;
--buckram-binding:#dac2a4;
}