Color names in this palette
CSS code for this palette
/* CSS */
.autumn-fire {
color: #c64e4e;
}
.thai-ice-tea {
color: #e0a77b;
}
.sunday-afternoon {
color: #f4c87b;
}
.tunisian-stone {
color: #ffdfb3;
}
.naive-peach {
color: #fce7d4;
}
/* CSS Variables */
:root {
--autumn-fire:#c64e4e;
--thai-ice-tea:#e0a77b;
--sunday-afternoon:#f4c87b;
--tunisian-stone:#ffdfb3;
--naive-peach:#fce7d4;
}