Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #ca2b2b;
}
.burtuqali-orange {
color: #ff6a00;
}
.citrus-splash {
color: #ffc300;
}
.royal-palm {
color: #3d8a8a;
}
.pure-apple {
color: #6cbe46;
}
/* CSS Variables */
:root {
--peri-peri:#ca2b2b;
--burtuqali-orange:#ff6a00;
--citrus-splash:#ffc300;
--royal-palm:#3d8a8a;
--pure-apple:#6cbe46;
}