Color names in this palette
CSS code for this palette
/* CSS */
.phoenix-flames {
color: #f3a41b;
}
.nanohanacha-gold {
color: #e6af2d;
}
.fuego-verde {
color: #c9d72d;
}
.lawn-party {
color: #5dbb6d;
}
.pelorus {
color: #2d97ae;
}
/* CSS Variables */
:root {
--phoenix-flames:#f3a41b;
--nanohanacha-gold:#e6af2d;
--fuego-verde:#c9d72d;
--lawn-party:#5dbb6d;
--pelorus:#2d97ae;
}