Serene Skyfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Skyfall palette
Download Serene Skyfall Color Palette (PNG)
Serene Skyfall color palette CSS
/* CSS */
.color-1 {
color: #a0d6e4;
}
.color-2 {
color: #6ac3d7;
}
.color-3 {
color: #46b9d2;
}
.color-4 {
color: #36a0b5;
}
.color-5 {
color: #2f899d;
}
/* CSS Variables */
:root {
--color-1: #a0d6e4;
--color-2: #6ac3d7;
--color-3: #46b9d2;
--color-4: #36a0b5;
--color-5: #2f899d;
}
Serene Skyfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0d6e4, #6ac3d7, #46b9d2, #36a0b5, #2f899d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0d6e4, #6ac3d7, #46b9d2, #36a0b5, #2f899d);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Serene Skyfall color palette created on .