Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.pieces-of-eight {
color: #ffb13d;
}
.sunny-side-up {
color: #ffd942;
}
.tropical-light {
color: #a3d86e;
}
.azalea {
color: #d4405b;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--pieces-of-eight:#ffb13d;
--sunny-side-up:#ffd942;
--tropical-light:#a3d86e;
--azalea:#d4405b;
}