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: #a3c8e1;
}
.color-2 {
color: #f4b4cf;
}
.color-3 {
color: #d6c7e1;
}
.color-4 {
color: #a1e8d6;
}
.color-5 {
color: #50d3b0;
}
/* CSS Variables */
:root {
--color-1: #a3c8e1;
--color-2: #f4b4cf;
--color-3: #d6c7e1;
--color-4: #a1e8d6;
--color-5: #50d3b0;
}
Soft Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8e1, #f4b4cf, #d6c7e1, #a1e8d6, #50d3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8e1, #f4b4cf, #d6c7e1, #a1e8d6, #50d3b0);
}
Similar color palettes
Scroll down to explore 200+ Soft color palettes
Soft Serenity color palette created on .