Color names in this palette
CSS code for this palette
/* CSS */
.aebleskiver {
color: #e7d2b6;
}
.natural-twine {
color: #d9c39b;
}
.sepia-filter {
color: #cdb498;
}
.artemis {
color: #d1a86b;
}
.portrait-tone {
color: #c5947d;
}
/* CSS Variables */
:root {
--aebleskiver:#e7d2b6;
--natural-twine:#d9c39b;
--sepia-filter:#cdb498;
--artemis:#d1a86b;
--portrait-tone:#c5947d;
}