Sorceress Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sorceress Sunset palette

Share this palette to:

Sorceress Sunset color palette CSS

/* CSS */
.color-1 {
color: #f8c6af;
}
.color-2 {
color: #e59fa0;
}
.color-3 {
color: #da8b8f;
}
.color-4 {
color: #b46a99;
}
.color-5 {
color: #704f8c;
}

/* CSS Variables */
:root {
--color-1: #f8c6af;
--color-2: #e59fa0;
--color-3: #da8b8f;
--color-4: #b46a99;
--color-5: #704f8c;
}

Sorceress Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c6af, #e59fa0, #da8b8f, #b46a99, #704f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c6af, #e59fa0, #da8b8f, #b46a99, #704f8c);
}

Sorceress Sunset color palette created on .