Tawen Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tawen Sunset Serenade palette

Share this palette to:

Tawen Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff5242;
}
.color-4 {
color: #ff3d5a;
}
.color-5 {
color: #ff2e70;
}

/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff7142;
--color-3: #ff5242;
--color-4: #ff3d5a;
--color-5: #ff2e70;
}

Tawen Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff7142, #ff5242, #ff3d5a, #ff2e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff7142, #ff5242, #ff3d5a, #ff2e70);
}

Tawen Sunset Serenade color palette created on .