Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe0b3;
}
.island-light {
color: #a7c7e7;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe0b3;
--island-light:#a7c7e7;
--olympic-blue:#4b91e2;
}