Spectrum of Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spectrum of Serenity palette
Spectrum of Serenity color palette CSS
/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #b7e1f0;
}
.color-3 {
color: #f6a2be;
}
.color-4 {
color: #f9e890;
}
.color-5 {
color: #f0b17a;
}
/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #b7e1f0;
--color-3: #f6a2be;
--color-4: #f9e890;
--color-5: #f0b17a;
}
Spectrum of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #b7e1f0, #f6a2be, #f9e890, #f0b17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #b7e1f0, #f6a2be, #f9e890, #f0b17a);
}
Similar color palettes
Spectrum of Serenity color palette created on .