Color names in this palette
CSS code for this palette
/* CSS */
.goluboy-blue {
color: #8cb8e3;
}
.coastline-blue {
color: #4a9cba;
}
.bathe-blue {
color: #c2e0e5;
}
.meadow-yellow {
color: #f9d890;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--goluboy-blue:#8cb8e3;
--coastline-blue:#4a9cba;
--bathe-blue:#c2e0e5;
--meadow-yellow:#f9d890;
--sun-orange:#f47b1f;
}