Soft Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Serenity palette
Soft Serenity color palette PNG image
Soft Serenity color palette CSS
/* CSS */
.color-1 {
color: #c7c7f0;
}
.color-2 {
color: #fdf2f2;
}
.color-3 {
color: #b4a2dd;
}
.color-4 {
color: #d1d1e5;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #c7c7f0;
--color-2: #fdf2f2;
--color-3: #b4a2dd;
--color-4: #d1d1e5;
--color-5: #ffffff;
}
Soft Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c7f0, #fdf2f2, #b4a2dd, #d1d1e5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c7f0, #fdf2f2, #b4a2dd, #d1d1e5, #ffffff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Serenity color palette created on .