Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-valley {
color: #f8be2a;
}
.apocalyptic-orange {
color: #f4711f;
}
.nasturtium-flower {
color: #e94f1c;
}
.lingonberry-red {
color: #c9405e;
}
.dahlia {
color: #8c3b8b;
}
/* CSS Variables */
:root {
--sunflower-valley:#f8be2a;
--apocalyptic-orange:#f4711f;
--nasturtium-flower:#e94f1c;
--lingonberry-red:#c9405e;
--dahlia:#8c3b8b;
}