Dark Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Shades palette
Dark Shades color palette PNG image
Dark Shades color palette CSS
/* CSS */
.color-1 {
color: #3c2a30;
}
.color-2 {
color: #5c474e;
}
.color-3 {
color: #81656c;
}
.color-4 {
color: #9a8d8f;
}
.color-5 {
color: #c2b2b7;
}
/* CSS Variables */
:root {
--color-1: #3c2a30;
--color-2: #5c474e;
--color-3: #81656c;
--color-4: #9a8d8f;
--color-5: #c2b2b7;
}
Dark Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a30, #5c474e, #81656c, #9a8d8f, #c2b2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a30, #5c474e, #81656c, #9a8d8f, #c2b2b7);
}
Similar color palettes
Dark Shades color palette created on .