Color names in this palette
CSS code for this palette
/* CSS */
.carona {
color: #fa9f29;
}
.nasturtium-flower {
color: #e94f1c;
}
.match-head {
color: #d73356;
}
.blue-gem {
color: #4e3b8c;
}
.blue-vacation {
color: #1e7da9;
}
/* CSS Variables */
:root {
--carona:#fa9f29;
--nasturtium-flower:#e94f1c;
--match-head:#d73356;
--blue-gem:#4e3b8c;
--blue-vacation:#1e7da9;
}