Ethereal Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Blue palette
Ethereal Blue color palette CSS
/* CSS */
.color-1 {
color: #89b7e1;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #397dc0;
}
.color-4 {
color: #2a6b9d;
}
.color-5 {
color: #1b4e7e;
}
/* CSS Variables */
:root {
--color-1: #89b7e1;
--color-2: #5d9bd5;
--color-3: #397dc0;
--color-4: #2a6b9d;
--color-5: #1b4e7e;
}
Ethereal Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89b7e1, #5d9bd5, #397dc0, #2a6b9d, #1b4e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89b7e1, #5d9bd5, #397dc0, #2a6b9d, #1b4e7e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ethereal Blue color palette created on .