Sweet Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Serenity palette

Share this palette to:

Sweet Serenity color palette CSS

/* CSS */
.color-1 {
color: #f5e5c7;
}
.color-2 {
color: #f1d1a2;
}
.color-3 {
color: #e4b472;
}
.color-4 {
color: #d69d4c;
}
.color-5 {
color: #c78e3d;
}

/* CSS Variables */
:root {
--color-1: #f5e5c7;
--color-2: #f1d1a2;
--color-3: #e4b472;
--color-4: #d69d4c;
--color-5: #c78e3d;
}

Sweet Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5c7, #f1d1a2, #e4b472, #d69d4c, #c78e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5c7, #f1d1a2, #e4b472, #d69d4c, #c78e3d);
}

Sweet Serenity color palette created on .