Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.xanthous {
color: #f0b32d;
}
.felt-green {
color: #6fbe8f;
}
.texas-heatwave {
color: #a64c3a;
}
.foundation {
color: #f7eac5;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--xanthous:#f0b32d;
--felt-green:#6fbe8f;
--texas-heatwave:#a64c3a;
--foundation:#f7eac5;
}