Fall of Creation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fall of Creation palette
Download Fall of Creation Color Palette (PNG)
Fall of Creation color palette CSS
/* CSS */
.color-1 {
color: #1f1d2a;
}
.color-2 {
color: #5e4b8b;
}
.color-3 {
color: #9b8c8c;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #1f1d2a;
--color-2: #5e4b8b;
--color-3: #9b8c8c;
--color-4: #f1c40e;
--color-5: #d8544f;
}
Fall of Creation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d2a, #5e4b8b, #9b8c8c, #f1c40e, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d2a, #5e4b8b, #9b8c8c, #f1c40e, #d8544f);
}
Similar color palettes
Fall of Creation color palette created on .