Color names in this palette
CSS code for this palette
/* CSS */
.sky-dancer {
color: #3d9eff;
}
.dried-lilac {
color: #bfbdff;
}
.sugarpills {
color: #fedbff;
}
.banana-pepper {
color: #ffd333;
}
.mythical-orange {
color: #ff7e47;
}
/* CSS Variables */
:root {
--sky-dancer:#3d9eff;
--dried-lilac:#bfbdff;
--sugarpills:#fedbff;
--banana-pepper:#ffd333;
--mythical-orange:#ff7e47;
}