Midnight Stone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Stone palette

Share this palette to:

Midnight Stone color palette CSS

/* CSS */
.color-1 {
color: #26283b;
}
.color-2 {
color: #3b3e4e;
}
.color-3 {
color: #4f5464;
}
.color-4 {
color: #7c7e8d;
}
.color-5 {
color: #c1c5d1;
}

/* CSS Variables */
:root {
--color-1: #26283b;
--color-2: #3b3e4e;
--color-3: #4f5464;
--color-4: #7c7e8d;
--color-5: #c1c5d1;
}

Midnight Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26283b, #3b3e4e, #4f5464, #7c7e8d, #c1c5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26283b, #3b3e4e, #4f5464, #7c7e8d, #c1c5d1);
}

Midnight Stone color palette created on .