Shadowed Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadowed Radiance palette

Share this palette to:

Shadowed Radiance color palette CSS

/* CSS */
.color-1 {
color: #1e1e2e;
}
.color-2 {
color: #2d2d4d;
}
.color-3 {
color: #3f3f6e;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #1e1e2e;
--color-2: #2d2d4d;
--color-3: #3f3f6e;
--color-4: #f9a94e;
--color-5: #d63f2e;
}

Shadowed Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2e, #2d2d4d, #3f3f6e, #f9a94e, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2e, #2d2d4d, #3f3f6e, #f9a94e, #d63f2e);
}

Shadowed Radiance color palette created on .