Skyward Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyward Whimsy palette
Skyward Whimsy color palette CSS
/* CSS */
.color-1 {
color: #63b7f8;
}
.color-2 {
color: #f9d55d;
}
.color-3 {
color: #f2903a;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #63b7f8;
--color-2: #f9d55d;
--color-3: #f2903a;
--color-4: #e74d3c;
--color-5: #8d43ad;
}
Skyward Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #63b7f8, #f9d55d, #f2903a, #e74d3c, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #63b7f8, #f9d55d, #f2903a, #e74d3c, #8d43ad);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Skyward Whimsy color palette created on .