Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.hello-yellow {
color: #ffe59e;
}
.neptune-blue {
color: #2e5c99;
}
.coolbox-ice-turquoise {
color: #4d9d9b;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--hello-yellow:#ffe59e;
--neptune-blue:#2e5c99;
--coolbox-ice-turquoise:#4d9d9b;
}