Skyline Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyline Serenity palette
Skyline Serenity color palette CSS
/* CSS */
.color-1 {
color: #1c3f73;
}
.color-2 {
color: #3f6d88;
}
.color-3 {
color: #6da1a2;
}
.color-4 {
color: #a5cfb7;
}
.color-5 {
color: #f4e1c3;
}
/* CSS Variables */
:root {
--color-1: #1c3f73;
--color-2: #3f6d88;
--color-3: #6da1a2;
--color-4: #a5cfb7;
--color-5: #f4e1c3;
}
Skyline Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f73, #3f6d88, #6da1a2, #a5cfb7, #f4e1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f73, #3f6d88, #6da1a2, #a5cfb7, #f4e1c3);
}
Similar color palettes
Skyline Serenity color palette created on .