Color names in this palette
CSS code for this palette
/* CSS */
.o-brien-orange {
color: #f3a749;
}
.hipster-salmon {
color: #f77b6e;
}
.apricot-obsession {
color: #f9c3b4;
}
.swirling-water {
color: #e6e8ea;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--o-brien-orange:#f3a749;
--hipster-salmon:#f77b6e;
--apricot-obsession:#f9c3b4;
--swirling-water:#e6e8ea;
--ganon-blue:#a1dff7;
}