Color names in this palette
CSS code for this palette
/* CSS */
.laurel-green {
color: #a7bd9e;
}
.seacrest {
color: #b8c9a6;
}
.irish-folklore {
color: #d5e3c0;
}
.milk-mustache {
color: #f9f3e6;
}
.warming-peach {
color: #e3b8a1;
}
/* CSS Variables */
:root {
--laurel-green:#a7bd9e;
--seacrest:#b8c9a6;
--irish-folklore:#d5e3c0;
--milk-mustache:#f9f3e6;
--warming-peach:#e3b8a1;
}