Skyward Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyward Dreams palette
Skyward Dreams color palette CSS
/* CSS */
.color-1 {
color: #a3c9e0;
}
.color-2 {
color: #8dc7e2;
}
.color-3 {
color: #5fb7e3;
}
.color-4 {
color: #3ba8e3;
}
.color-5 {
color: #1d9bcd;
}
/* CSS Variables */
:root {
--color-1: #a3c9e0;
--color-2: #8dc7e2;
--color-3: #5fb7e3;
--color-4: #3ba8e3;
--color-5: #1d9bcd;
}
Skyward Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c9e0, #8dc7e2, #5fb7e3, #3ba8e3, #1d9bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c9e0, #8dc7e2, #5fb7e3, #3ba8e3, #1d9bcd);
}
Similar color palettes
Skyward Dreams color palette created on .