Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f9c62f;
}
.basketball {
color: #f5692e;
}
.red-clown {
color: #d63d38;
}
.prophet-violet {
color: #6a4fab;
}
.dayflower {
color: #3c9cd7;
}
/* CSS Variables */
:root {
--saffron:#f9c62f;
--basketball:#f5692e;
--red-clown:#d63d38;
--prophet-violet:#6a4fab;
--dayflower:#3c9cd7;
}