Seoul Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seoul Sunset palette

Share this palette to:

Seoul Sunset color palette CSS

/* CSS */
.color-1 {
color: #f6d6b1;
}
.color-2 {
color: #e4a77c;
}
.color-3 {
color: #c47d54;
}
.color-4 {
color: #a74d39;
}
.color-5 {
color: #7a2d29;
}

/* CSS Variables */
:root {
--color-1: #f6d6b1;
--color-2: #e4a77c;
--color-3: #c47d54;
--color-4: #a74d39;
--color-5: #7a2d29;
}

Seoul Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6b1, #e4a77c, #c47d54, #a74d39, #7a2d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6b1, #e4a77c, #c47d54, #a74d39, #7a2d29);
}

Seoul Sunset color palette created on .