Aerial Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aerial Whispers palette
Aerial Whispers color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f8b8b;
}
.color-3 {
color: #8daa91;
}
.color-4 {
color: #b1d2c1;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f8b8b;
--color-3: #8daa91;
--color-4: #b1d2c1;
--color-5: #f5c400;
}
Aerial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f8b8b, #8daa91, #b1d2c1, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f8b8b, #8daa91, #b1d2c1, #f5c400);
}
Similar color palettes
Aerial Whispers color palette created on .