Aether Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aether palette
Aether color palette PNG image
Aether color palette CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #afe9c3;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #f7b1a6;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #afe9c3;
--color-3: #f4e4b3;
--color-4: #f7b1a6;
--color-5: #f76e6e;
}
Aether background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Aether color palette created on .