Ethereal Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Waters palette

Share this palette to:

Ethereal Waters color palette CSS

/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #3c8ebe;
}
.color-3 {
color: #a2d7e2;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #3c8ebe;
--color-3: #a2d7e2;
--color-4: #f9c54e;
--color-5: #f94346;
}

Ethereal Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #3c8ebe, #a2d7e2, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #3c8ebe, #a2d7e2, #f9c54e, #f94346);
}

Ethereal Waters color palette created on .