Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.dragon-ball {
color: #ff9a1f;
}
.rodan-gold {
color: #ffdc5c;
}
.sea-green {
color: #4dffa6;
}
.blue-heath-butterfly {
color: #4d61ff;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--dragon-ball:#ff9a1f;
--rodan-gold:#ffdc5c;
--sea-green:#4dffa6;
--blue-heath-butterfly:#4d61ff;
}