Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.orange-hibiscus {
color: #ff9a47;
}
.beige-topaz {
color: #ffc87a;
}
.peach-of-mind {
color: #ffe3b3;
}
.sand-crystal {
color: #ffeedb;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--orange-hibiscus:#ff9a47;
--beige-topaz:#ffc87a;
--peach-of-mind:#ffe3b3;
--sand-crystal:#ffeedb;
}