Color names in this palette
CSS code for this palette
/* CSS */
.strong-strawberry {
color: #8a3f33;
}
.grenadier {
color: #c74938;
}
.autumn-glimmer {
color: #e88c4a;
}
.fresh-pineapple {
color: #f6d44c;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--strong-strawberry:#8a3f33;
--grenadier:#c74938;
--autumn-glimmer:#e88c4a;
--fresh-pineapple:#f6d44c;
--durango-dust:#f9e19f;
}