Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.vitamin-c {
color: #ff9900;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.hello-spring {
color: #4ad962;
}
.azure {
color: #007bff;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--vitamin-c:#ff9900;
--egg-yolk-sunrise:#ffd60a;
--hello-spring:#4ad962;
--azure:#007bff;
}