Color names in this palette
CSS code for this palette
/* CSS */
.lost-in-istanbul {
color: #dee8e1;
}
.geyser {
color: #c3d5d1;
}
.garden-twilight {
color: #a3b8b1;
}
.walnut-cream {
color: #f5d7b2;
}
.first-date {
color: #f3b0a0;
}
/* CSS Variables */
:root {
--lost-in-istanbul:#dee8e1;
--geyser:#c3d5d1;
--garden-twilight:#a3b8b1;
--walnut-cream:#f5d7b2;
--first-date:#f3b0a0;
}