Darkside Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Darkside palette

Share this palette to:

Darkside color palette CSS

/* CSS */
.color-1 {
color: #514a55;
}
.color-2 {
color: #635a63;
}
.color-3 {
color: #786d76;
}
.color-4 {
color: #8c7f90;
}
.color-5 {
color: #a89db4;
}

/* CSS Variables */
:root {
--color-1: #514a55;
--color-2: #635a63;
--color-3: #786d76;
--color-4: #8c7f90;
--color-5: #a89db4;
}

Darkside background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #514a55, #635a63, #786d76, #8c7f90, #a89db4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #514a55, #635a63, #786d76, #8c7f90, #a89db4);
}

Darkside color palette created on .