Sunset Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Embrace palette

Share this palette to:

Sunset Embrace color palette CSS

/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #e7a76f;
}
.color-3 {
color: #d68951;
}
.color-4 {
color: #c26e3d;
}
.color-5 {
color: #a84f1f;
}

/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #e7a76f;
--color-3: #d68951;
--color-4: #c26e3d;
--color-5: #a84f1f;
}

Sunset Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #e7a76f, #d68951, #c26e3d, #a84f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #e7a76f, #d68951, #c26e3d, #a84f1f);
}

Sunset Embrace color palette created on .