Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.mauveine {
color: #8b6f8b;
}
.geranium-bud {
color: #d0a4c4;
}
.tau-light-ochre {
color: #f6d70e;
}
.emergency-zone {
color: #e96a3f;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--mauveine:#8b6f8b;
--geranium-bud:#d0a4c4;
--tau-light-ochre:#f6d70e;
--emergency-zone:#e96a3f;
}