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: #7b7be0;
}
.color-2 {
color: #f2f2f2;
}
.color-3 {
color: #ffebeb;
}
.color-4 {
color: #ffffeb;
}
.color-5 {
color: #9a9adb;
}
/* CSS Variables */
:root {
--color-1: #7b7be0;
--color-2: #f2f2f2;
--color-3: #ffebeb;
--color-4: #ffffeb;
--color-5: #9a9adb;
}
Soft Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b7be0, #f2f2f2, #ffebeb, #ffffeb, #9a9adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b7be0, #f2f2f2, #ffebeb, #ffffeb, #9a9adb);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Serenity color palette created on .