Fungal Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fungal Twilight palette
Fungal Twilight color palette CSS
/* CSS */
.color-1 {
color: #5f4b8b;
}
.color-2 {
color: #c57c9e;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #5e9c7a;
}
.color-5 {
color: #f28e1c;
}
/* CSS Variables */
:root {
--color-1: #5f4b8b;
--color-2: #c57c9e;
--color-3: #f1c84b;
--color-4: #5e9c7a;
--color-5: #f28e1c;
}
Fungal Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b8b, #c57c9e, #f1c84b, #5e9c7a, #f28e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b8b, #c57c9e, #f1c84b, #5e9c7a, #f28e1c);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Fungal Twilight color palette created on .