Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f3b549;
}
.spicy-paella {
color: #f18d3b;
}
.mandarin-red {
color: #e6533d;
}
.valentine {
color: #aa3c4c;
}
.hello-darkness-my-old-friend {
color: #7a2a89;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f3b549;
--spicy-paella:#f18d3b;
--mandarin-red:#e6533d;
--valentine:#aa3c4c;
--hello-darkness-my-old-friend:#7a2a89;
}