Color names in this palette
CSS code for this palette
/* CSS */
.citrus-blast {
color: #e07b38;
}
.bleached-apricot {
color: #f8c9af;
}
.love-at-first-sight {
color: #e4a5af;
}
.wisteria {
color: #a77bc1;
}
.nickel-ore-green {
color: #4f7d7d;
}
/* CSS Variables */
:root {
--citrus-blast:#e07b38;
--bleached-apricot:#f8c9af;
--love-at-first-sight:#e4a5af;
--wisteria:#a77bc1;
--nickel-ore-green:#4f7d7d;
}