Luminous Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luminous Shadows palette

Share this palette to:

Luminous Shadows color palette CSS

/* CSS */
.color-1 {
color: #1f3d34;
}
.color-2 {
color: #4b7c72;
}
.color-3 {
color: #7ab8a3;
}
.color-4 {
color: #b3e0d9;
}
.color-5 {
color: #def7f3;
}

/* CSS Variables */
:root {
--color-1: #1f3d34;
--color-2: #4b7c72;
--color-3: #7ab8a3;
--color-4: #b3e0d9;
--color-5: #def7f3;
}

Luminous Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d34, #4b7c72, #7ab8a3, #b3e0d9, #def7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d34, #4b7c72, #7ab8a3, #b3e0d9, #def7f3);
}

Luminous Shadows color palette created on .