Fungal Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fungal Twilight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fungal Twilight Color Palette (PNG)
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);
}
Similar color palettes
Fungal Twilight color palette created on .