Color names in this palette
CSS code for this palette
/* CSS */
.old-gold {
color: #d4b940;
}
.phellodendron-amurense {
color: #f5c43d;
}
.noodles {
color: #f9e3b4;
}
.tiger-lily {
color: #e0593e;
}
.meadow-mauve {
color: #b05e8e;
}
/* CSS Variables */
:root {
--old-gold:#d4b940;
--phellodendron-amurense:#f5c43d;
--noodles:#f9e3b4;
--tiger-lily:#e0593e;
--meadow-mauve:#b05e8e;
}