Ethereal Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Twilight palette

Share this palette to:

Download Ethereal Twilight Color Palette (PNG)

Download ethereal twilight color palette PNG image (landscape)
Download ethereal twilight color palette PNG image (square)

Ethereal Twilight color palette CSS

/* CSS */
.color-1 {
color: #1d060c;
}
.color-2 {
color: #300d11;
}
.color-3 {
color: #441318;
}
.color-4 {
color: #631c20;
}
.color-5 {
color: #7d2826;
}

/* CSS Variables */
:root {
--color-1: #1d060c;
--color-2: #300d11;
--color-3: #441318;
--color-4: #631c20;
--color-5: #7d2826;
}

Ethereal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d060c, #300d11, #441318, #631c20, #7d2826);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d060c, #300d11, #441318, #631c20, #7d2826);
}

Ethereal Twilight color palette created on .