Color names in this palette
CSS code for this palette
/* CSS */
.lamplit {
color: #e5b266;
}
.sprouted {
color: #f2d48c;
}
.milk-quartz {
color: #f4e0ae;
}
.apricot-obsession {
color: #f7c4b6;
}
.red-cedar {
color: #d77979;
}
/* CSS Variables */
:root {
--lamplit:#e5b266;
--sprouted:#f2d48c;
--milk-quartz:#f4e0ae;
--apricot-obsession:#f7c4b6;
--red-cedar:#d77979;
}