Color names in this palette
CSS code for this palette
/* CSS */
.aged-purple {
color: #a44c9d;
}
.blood-moon {
color: #d93030;
}
.radiant-yellow {
color: #f6a123;
}
.iridescent-green {
color: #4abf6b;
}
.dayflower {
color: #3d9cdb;
}
/* CSS Variables */
:root {
--aged-purple:#a44c9d;
--blood-moon:#d93030;
--radiant-yellow:#f6a123;
--iridescent-green:#4abf6b;
--dayflower:#3d9cdb;
}