Color names in this palette
CSS code for this palette
/* CSS */
.phoenix-flames {
color: #f3a41b;
}
.texas-heatwave {
color: #a64e3a;
}
.everblooming {
color: #f1c9b6;
}
.saltwater-depth {
color: #4f8c6c;
}
.nautical {
color: #2b4c7d;
}
/* CSS Variables */
:root {
--phoenix-flames:#f3a41b;
--texas-heatwave:#a64e3a;
--everblooming:#f1c9b6;
--saltwater-depth:#4f8c6c;
--nautical:#2b4c7d;
}