Color names in this palette
CSS code for this palette
/* CSS */
.morning-dew-white {
color: #c4d9d6;
}
.garden-twilight {
color: #a1bab4;
}
.aspen-hush {
color: #6b8e85;
}
.indian-khaki {
color: #d2b19d;
}
.high-honey {
color: #e2b74b;
}
/* CSS Variables */
:root {
--morning-dew-white:#c4d9d6;
--garden-twilight:#a1bab4;
--aspen-hush:#6b8e85;
--indian-khaki:#d2b19d;
--high-honey:#e2b74b;
}