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: #354e8d;
}
.color-2 {
color: #506b9b;
}
.color-3 {
color: #7ca3c0;
}
.color-4 {
color: #a6d8e7;
}
.color-5 {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--color-1: #354e8d;
--color-2: #506b9b;
--color-3: #7ca3c0;
--color-4: #a6d8e7;
--color-5: #f3f9fc;
}
Skyward Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #354e8d, #506b9b, #7ca3c0, #a6d8e7, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #354e8d, #506b9b, #7ca3c0, #a6d8e7, #f3f9fc);
}
Similar color palettes
Skyward Serenity color palette created on .