Spiced Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiced Serenity palette

Share this palette to:

Spiced Serenity color palette CSS

/* CSS */
.color-1 {
color: #7e4b3a;
}
.color-2 {
color: #a75c49;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #f1d5a7;
}
.color-5 {
color: #f8e2b9;
}

/* CSS Variables */
:root {
--color-1: #7e4b3a;
--color-2: #a75c49;
--color-3: #d19b6b;
--color-4: #f1d5a7;
--color-5: #f8e2b9;
}

Spiced Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4b3a, #a75c49, #d19b6b, #f1d5a7, #f8e2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4b3a, #a75c49, #d19b6b, #f1d5a7, #f8e2b9);
}

Spiced Serenity color palette created on .