Whispers of Flight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Flight palette
Whispers of Flight color palette CSS
/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #e2f6f8;
}
.color-3 {
color: #f9ebae;
}
.color-4 {
color: #f6b5b1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #e2f6f8;
--color-3: #f9ebae;
--color-4: #f6b5b1;
--color-5: #ff6e61;
}
Whispers of Flight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #e2f6f8, #f9ebae, #f6b5b1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #e2f6f8, #f9ebae, #f6b5b1, #ff6e61);
}
Similar color palettes
Whispers of Flight color palette created on .