Color names in this palette
CSS code for this palette
/* CSS */
.red-orange {
color: #ff3d33;
}
.vitamin-c {
color: #ff9900;
}
.sailor-moon {
color: #ffee00;
}
.drunken-dragonfly {
color: #3ddb8a;
}
.atmosphere {
color: #0b99e0;
}
/* CSS Variables */
:root {
--red-orange:#ff3d33;
--vitamin-c:#ff9900;
--sailor-moon:#ffee00;
--drunken-dragonfly:#3ddb8a;
--atmosphere:#0b99e0;
}