Shades of Obsidian Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Obsidian palette

Share this palette to:

Shades of Obsidian color palette CSS

/* CSS */
.color-1 {
color: #3b3f3f;
}
.color-2 {
color: #595f5f;
}
.color-3 {
color: #7a7f7f;
}
.color-4 {
color: #9fa3a3;
}
.color-5 {
color: #c1c3c3;
}

/* CSS Variables */
:root {
--color-1: #3b3f3f;
--color-2: #595f5f;
--color-3: #7a7f7f;
--color-4: #9fa3a3;
--color-5: #c1c3c3;
}

Shades of Obsidian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3f3f, #595f5f, #7a7f7f, #9fa3a3, #c1c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3f3f, #595f5f, #7a7f7f, #9fa3a3, #c1c3c3);
}

Shades of Obsidian color palette created on .