Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d94c3f;
}
.dusty-orange {
color: #d96e4a;
}
.streusel-cake {
color: #d8a85f;
}
.pyrite {
color: #f9c43e;
}
.storm-lightning {
color: #f9e79f;
}
/* CSS Variables */
:root {
--gladiola:#d94c3f;
--dusty-orange:#d96e4a;
--streusel-cake:#d8a85f;
--pyrite:#f9c43e;
--storm-lightning:#f9e79f;
}