Fungal Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fungal Twilight palette

Share this palette to:

Fungal Twilight color palette PNG image

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

Fungal Twilight color palette CSS

/* CSS */
.color-1 {
color: #e3cab5;
}
.color-2 {
color: #d1a98f;
}
.color-3 {
color: #b68f81;
}
.color-4 {
color: #9e6b7d;
}
.color-5 {
color: #7b4c78;
}

/* CSS Variables */
:root {
--color-1: #e3cab5;
--color-2: #d1a98f;
--color-3: #b68f81;
--color-4: #9e6b7d;
--color-5: #7b4c78;
}

Fungal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cab5, #d1a98f, #b68f81, #9e6b7d, #7b4c78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cab5, #d1a98f, #b68f81, #9e6b7d, #7b4c78);
}

Fungal Twilight color palette created on .