Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9df39;
}
.squash-blossom {
color: #f6b83c;
}
.peach-fury {
color: #f68031;
}
.prometheus-orange {
color: #f35820;
}
.nasturtium-flower {
color: #e94f1c;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9df39;
--squash-blossom:#f6b83c;
--peach-fury:#f68031;
--prometheus-orange:#f35820;
--nasturtium-flower:#e94f1c;
}