Color names in this palette
CSS code for this palette
/* CSS */
.iceland-poppy {
color: #ed8026;
}
.blue-iguana {
color: #4e9cd0;
}
.blue-chill {
color: #3a8c8d;
}
.buried-gold {
color: #d8c04b;
}
.fever {
color: #e94e4e;
}
/* CSS Variables */
:root {
--iceland-poppy:#ed8026;
--blue-iguana:#4e9cd0;
--blue-chill:#3a8c8d;
--buried-gold:#d8c04b;
--fever:#e94e4e;
}