Skyward Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyward Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Skyward Serenity Color Palette (PNG)
Skyward Serenity color palette CSS
/* CSS */
.color-1 {
color: #3f75e9;
}
.color-2 {
color: #5b91f5;
}
.color-3 {
color: #82aff8;
}
.color-4 {
color: #b1cbfb;
}
.color-5 {
color: #e2edfd;
}
/* CSS Variables */
:root {
--color-1: #3f75e9;
--color-2: #5b91f5;
--color-3: #82aff8;
--color-4: #b1cbfb;
--color-5: #e2edfd;
}
Skyward Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f75e9, #5b91f5, #82aff8, #b1cbfb, #e2edfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f75e9, #5b91f5, #82aff8, #b1cbfb, #e2edfd);
}
Similar color palettes
Skyward Serenity color palette created on .