Soft Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Serenity palette

Share this palette to:

Soft Serenity color palette PNG image

Download soft serenity color palette PNG image (landscape)
Download soft serenity color palette PNG image (square)

Soft Serenity color palette CSS

/* CSS */
.color-1 {
color: #8c8c8c;
}
.color-2 {
color: #6b6b6b;
}
.color-3 {
color: #fff3e5;
}
.color-4 {
color: #b3e5e6;
}
.color-5 {
color: #f3f3e7;
}

/* CSS Variables */
:root {
--color-1: #8c8c8c;
--color-2: #6b6b6b;
--color-3: #fff3e5;
--color-4: #b3e5e6;
--color-5: #f3f3e7;
}

Soft Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c8c8c, #6b6b6b, #fff3e5, #b3e5e6, #f3f3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c8c8c, #6b6b6b, #fff3e5, #b3e5e6, #f3f3e7);
}

Soft Serenity color palette created on .