Serene Skyfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Skyfall palette
Serene Skyfall color palette CSS
/* CSS */
.color-1 {
color: #4a5b7d;
}
.color-2 {
color: #6a7d9a;
}
.color-3 {
color: #91a2b6;
}
.color-4 {
color: #c5d9e2;
}
.color-5 {
color: #f4f8fb;
}
/* CSS Variables */
:root {
--color-1: #4a5b7d;
--color-2: #6a7d9a;
--color-3: #91a2b6;
--color-4: #c5d9e2;
--color-5: #f4f8fb;
}
Serene Skyfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5b7d, #6a7d9a, #91a2b6, #c5d9e2, #f4f8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5b7d, #6a7d9a, #91a2b6, #c5d9e2, #f4f8fb);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Serene Skyfall color palette created on .