Skyfall Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyfall Serenity palette
Skyfall Serenity color palette CSS
/* CSS */
.color-1 {
color: #7a8dcd;
}
.color-2 {
color: #a6b8e2;
}
.color-3 {
color: #c3d4e9;
}
.color-4 {
color: #e4f2fb;
}
.color-5 {
color: #f7f8fd;
}
/* CSS Variables */
:root {
--color-1: #7a8dcd;
--color-2: #a6b8e2;
--color-3: #c3d4e9;
--color-4: #e4f2fb;
--color-5: #f7f8fd;
}
Skyfall Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8dcd, #a6b8e2, #c3d4e9, #e4f2fb, #f7f8fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8dcd, #a6b8e2, #c3d4e9, #e4f2fb, #f7f8fd);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Skyfall Serenity color palette created on .