Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.disco-ball {
color: #d3d3d5;
}
.antique-cameo {
color: #f0b6a3;
}
.pesto-calabrese {
color: #f79022;
}
.gladiola {
color: #d94f3f;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--disco-ball:#d3d3d5;
--antique-cameo:#f0b6a3;
--pesto-calabrese:#f79022;
--gladiola:#d94f3f;
}