Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e19f;
}
.candy-heart-pink {
color: #f7a4a1;
}
.pompelmo {
color: #ff6b6b;
}
.coquelicot {
color: #ff3c00;
}
.flame-of-prometheus {
color: #d63900;
}
/* CSS Variables */
:root {
--durango-dust:#f9e19f;
--candy-heart-pink:#f7a4a1;
--pompelmo:#ff6b6b;
--coquelicot:#ff3c00;
--flame-of-prometheus:#d63900;
}