Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.chilean-fire {
color: #d1592e;
}
.aged-purple {
color: #a34d9d;
}
.foggy-amethyst {
color: #593579;
}
.perky {
color: #3d8a7b;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--chilean-fire:#d1592e;
--aged-purple:#a34d9d;
--foggy-amethyst:#593579;
--perky:#3d8a7b;
}