Skyward Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyward Reverie palette
Skyward Reverie color palette CSS
/* CSS */
.color-1 {
color: #4c85c2;
}
.color-2 {
color: #7eb2d7;
}
.color-3 {
color: #9fd6e5;
}
.color-4 {
color: #f4b99f;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #4c85c2;
--color-2: #7eb2d7;
--color-3: #9fd6e5;
--color-4: #f4b99f;
--color-5: #f9c54e;
}
Skyward Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c85c2, #7eb2d7, #9fd6e5, #f4b99f, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c85c2, #7eb2d7, #9fd6e5, #f4b99f, #f9c54e);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Skyward Reverie color palette created on .