Skyward Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyward Serenity palette
Skyward Serenity color palette CSS
/* CSS */
.color-1 {
color: #0074c2;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #68c7e3;
}
.color-4 {
color: #a1d9e8;
}
.color-5 {
color: #f2e2a1;
}
/* CSS Variables */
:root {
--color-1: #0074c2;
--color-2: #00a5e0;
--color-3: #68c7e3;
--color-4: #a1d9e8;
--color-5: #f2e2a1;
}
Skyward Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0074c2, #00a5e0, #68c7e3, #a1d9e8, #f2e2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0074c2, #00a5e0, #68c7e3, #a1d9e8, #f2e2a1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Skyward Serenity color palette created on .