Sky Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sky Serenity palette
Sky Serenity color palette CSS
/* CSS */
.color-1 {
color: #8acff0;
}
.color-2 {
color: #beb3ff;
}
.color-3 {
color: #e0e8ff;
}
.color-4 {
color: #3884ff;
}
.color-5 {
color: #14213e;
}
/* CSS Variables */
:root {
--color-1: #8acff0;
--color-2: #beb3ff;
--color-3: #e0e8ff;
--color-4: #3884ff;
--color-5: #14213e;
}
Sky Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8acff0, #beb3ff, #e0e8ff, #3884ff, #14213e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8acff0, #beb3ff, #e0e8ff, #3884ff, #14213e);
}
Similar color palettes
Sky Serenity color palette created on .