Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.ravioli-al-limone {
color: #f9e07b;
}
.sundown {
color: #f4c89f;
}
.pompelmo {
color: #ff6b6b;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--ravioli-al-limone:#f9e07b;
--sundown:#f4c89f;
--pompelmo:#ff6b6b;
--coquelicot:#ff3c00;
}