Color names in this palette
CSS code for this palette
/* CSS */
.spiritstone-red {
color: #ff3d1f;
}
.joyful-orange {
color: #ff913d;
}
.lamplight {
color: #ffd23d;
}
.bright-light-green {
color: #3dff57;
}
.sky-dancer {
color: #3d9bff;
}
/* CSS Variables */
:root {
--spiritstone-red:#ff3d1f;
--joyful-orange:#ff913d;
--lamplight:#ffd23d;
--bright-light-green:#3dff57;
--sky-dancer:#3d9bff;
}