Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f9c62f;
}
.ginger-milk {
color: #f8a054;
}
.youthful-coral {
color: #f27b73;
}
.carmine-rose {
color: #e65b8e;
}
.morado-purple {
color: #9d59c9;
}
/* CSS Variables */
:root {
--saffron:#f9c62f;
--ginger-milk:#f8a054;
--youthful-coral:#f27b73;
--carmine-rose:#e65b8e;
--morado-purple:#9d59c9;
}