Color names in this palette
CSS code for this palette
/* CSS */
.little-sun-dress {
color: #f6c960;
}
.sandy-brown {
color: #f1a65f;
}
.autumn-glimmer {
color: #e68a4c;
}
.field-poppy {
color: #d96c3a;
}
.beef-patties {
color: #b9522d;
}
/* CSS Variables */
:root {
--little-sun-dress:#f6c960;
--sandy-brown:#f1a65f;
--autumn-glimmer:#e68a4c;
--field-poppy:#d96c3a;
--beef-patties:#b9522d;
}