Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f7db4a;
}
.egyptian-gold {
color: #f0a94c;
}
.akak-red {
color: #ef7c5d;
}
.nectarous-nectarine {
color: #e05269;
}
.fuchsia-purple {
color: #d8317c;
}
/* CSS Variables */
:root {
--gilded:#f7db4a;
--egyptian-gold:#f0a94c;
--akak-red:#ef7c5d;
--nectarous-nectarine:#e05269;
--fuchsia-purple:#d8317c;
}