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: #b0c4de;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #94b8d6;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f4a662;
}
/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #a4c2db;
--color-3: #94b8d6;
--color-4: #f0e78e;
--color-5: #f4a662;
}
Whispers of the Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #a4c2db, #94b8d6, #f0e78e, #f4a662);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #a4c2db, #94b8d6, #f0e78e, #f4a662);
}
Similar color palettes
Whispers of the Sky color palette created on .