Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9ad4;
}
.sail-away {
color: #4eb7e4;
}
.middle-blue {
color: #81d1e9;
}
.yellow-tulip {
color: #f5d06b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--homeworld:#1c9ad4;
--sail-away:#4eb7e4;
--middle-blue:#81d1e9;
--yellow-tulip:#f5d06b;
--sun-orange:#f47b1f;
}