Color names in this palette
CSS code for this palette
/* CSS */
.sunset-orange {
color: #ff5f57;
}
.sunset-yellow {
color: #ff8b3d;
}
.nacho {
color: #ffcb5c;
}
.iceberg {
color: #dbe4f0;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--sunset-orange:#ff5f57;
--sunset-yellow:#ff8b3d;
--nacho:#ffcb5c;
--iceberg:#dbe4f0;
--punch-out-glove:#6a82fb;
}