Sade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sade palette

Share this palette to:

Sade color palette CSS

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #3a3a7e;
}
.color-3 {
color: #60609a;
}
.color-4 {
color: #a8a8c2;
}
.color-5 {
color: #dadae7;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #3a3a7e;
--color-3: #60609a;
--color-4: #a8a8c2;
--color-5: #dadae7;
}

Sade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #3a3a7e, #60609a, #a8a8c2, #dadae7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #3a3a7e, #60609a, #a8a8c2, #dadae7);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Sade color palette created on .