Color names in this palette
CSS code for this palette
/* CSS */
.dried-goldenrod {
color: #e2a62c;
}
.cinnamon-stick {
color: #b34d29;
}
.ancient-red {
color: #8f2d2d;
}
.parfait-d-amour {
color: #6a4e97;
}
.flounce {
color: #4b8b8b;
}
/* CSS Variables */
:root {
--dried-goldenrod:#e2a62c;
--cinnamon-stick:#b34d29;
--ancient-red:#8f2d2d;
--parfait-d-amour:#6a4e97;
--flounce:#4b8b8b;
}