Fleeting Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fleeting Shadows palette

Share this palette to:

Fleeting Shadows color palette CSS

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #eebd1b;
}
.color-4 {
color: #f4c725;
}
.color-5 {
color: #e27c60;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #f0a400;
--color-3: #eebd1b;
--color-4: #f4c725;
--color-5: #e27c60;
}

Fleeting Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #f0a400, #eebd1b, #f4c725, #e27c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #f0a400, #eebd1b, #f4c725, #e27c60);
}

Fleeting Shadows color palette created on .