Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.wake-me-up {
color: #f6d55a;
}
.her-majesty {
color: #f8a5a5;
}
.wiener-schnitzel {
color: #f09c00;
}
.red-epiphyllum {
color: #d10000;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--wake-me-up:#f6d55a;
--her-majesty:#f8a5a5;
--wiener-schnitzel:#f09c00;
--red-epiphyllum:#d10000;
}