Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.her-majesty {
color: #f6a2a5;
}
.pastel-magenta {
color: #f49ac2;
}
.herb-robert {
color: #d89fe0;
}
.legacy-blue {
color: #9fc7e0;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--her-majesty:#f6a2a5;
--pastel-magenta:#f49ac2;
--herb-robert:#d89fe0;
--legacy-blue:#9fc7e0;
}