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: #4282fa;
}
.color-2 {
color: #6bb5fa;
}
.color-3 {
color: #a3d9fa;
}
.color-4 {
color: #f1e8a2;
}
.color-5 {
color: #f4be9f;
}
/* CSS Variables */
:root {
--color-1: #4282fa;
--color-2: #6bb5fa;
--color-3: #a3d9fa;
--color-4: #f1e8a2;
--color-5: #f4be9f;
}
Skyward Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4282fa, #6bb5fa, #a3d9fa, #f1e8a2, #f4be9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4282fa, #6bb5fa, #a3d9fa, #f1e8a2, #f4be9f);
}
Similar color palettes
Skyward Serenity color palette created on .