Whispers of the Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Sky palette
Whispers of the Sky color palette CSS
/* CSS */
.color-1 {
color: #aac6e9;
}
.color-2 {
color: #f0f2f4;
}
.color-3 {
color: #e5e3d7;
}
.color-4 {
color: #f2cfc0;
}
.color-5 {
color: #ffb3a3;
}
/* CSS Variables */
:root {
--color-1: #aac6e9;
--color-2: #f0f2f4;
--color-3: #e5e3d7;
--color-4: #f2cfc0;
--color-5: #ffb3a3;
}
Whispers of the Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac6e9, #f0f2f4, #e5e3d7, #f2cfc0, #ffb3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac6e9, #f0f2f4, #e5e3d7, #f2cfc0, #ffb3a3);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of the Sky color palette created on .