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: #4080c4;
}
.color-2 {
color: #5ba3d7;
}
.color-3 {
color: #80c8e5;
}
.color-4 {
color: #a5e1f3;
}
.color-5 {
color: #d1f6ff;
}
/* CSS Variables */
:root {
--color-1: #4080c4;
--color-2: #5ba3d7;
--color-3: #80c8e5;
--color-4: #a5e1f3;
--color-5: #d1f6ff;
}
Skyward Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4080c4, #5ba3d7, #80c8e5, #a5e1f3, #d1f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4080c4, #5ba3d7, #80c8e5, #a5e1f3, #d1f6ff);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Skyward Dreams color palette created on .