Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ff9b3d;
}
.beige-topaz {
color: #ffc87a;
}
.peach-puff {
color: #ffd9b8;
}
.sunkissed-yellow {
color: #ffebb8;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ff9b3d;
--beige-topaz:#ffc87a;
--peach-puff:#ffd9b8;
--sunkissed-yellow:#ffebb8;
}