Twilight Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Embrace palette

Share this palette to:

Twilight Embrace color palette CSS

/* CSS */
.color-1 {
color: #7a4b00;
}
.color-2 {
color: #4e3b31;
}
.color-3 {
color: #496e4d;
}
.color-4 {
color: #a7a8aa;
}
.color-5 {
color: #704f7d;
}

/* CSS Variables */
:root {
--color-1: #7a4b00;
--color-2: #4e3b31;
--color-3: #496e4d;
--color-4: #a7a8aa;
--color-5: #704f7d;
}

Twilight Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4b00, #4e3b31, #496e4d, #a7a8aa, #704f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4b00, #4e3b31, #496e4d, #a7a8aa, #704f7d);
}

Twilight Embrace color palette created on .