Color names in this palette
CSS code for this palette
/* CSS */
.coastline-blue {
color: #4999bc;
}
.water-flow {
color: #7fc5d7;
}
.uranus {
color: #aae7f3;
}
.sunny-mood {
color: #f7c94b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--coastline-blue:#4999bc;
--water-flow:#7fc5d7;
--uranus:#aae7f3;
--sunny-mood:#f7c94b;
--sun-orange:#f47b1f;
}