Blue Aether Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Aether palette

Share this palette to:

Blue Aether color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #f7b7a1;
}
.color-3 {
color: #f1d7a2;
}
.color-4 {
color: #e3b059;
}
.color-5 {
color: #d67b6b;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f7b7a1;
--color-3: #f1d7a2;
--color-4: #e3b059;
--color-5: #d67b6b;
}

Blue Aether background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f7b7a1, #f1d7a2, #e3b059, #d67b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f7b7a1, #f1d7a2, #e3b059, #d67b6b);
}

Blue Aether color palette created on .