Dark Gray Fantasy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Gray Fantasy palette

Share this palette to:

Dark Gray Fantasy color palette CSS

/* CSS */
.color-1 {
color: #1f1f2d;
}
.color-2 {
color: #3b3b45;
}
.color-3 {
color: #5f5f63;
}
.color-4 {
color: #8b8b7e;
}
.color-5 {
color: #d5b97c;
}

/* CSS Variables */
:root {
--color-1: #1f1f2d;
--color-2: #3b3b45;
--color-3: #5f5f63;
--color-4: #8b8b7e;
--color-5: #d5b97c;
}

Dark Gray Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2d, #3b3b45, #5f5f63, #8b8b7e, #d5b97c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2d, #3b3b45, #5f5f63, #8b8b7e, #d5b97c);
}

Dark Gray Fantasy color palette created on .