Paleta de colores Shades of Gray
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Gray palette
CSS de la paleta de colores Shades of Gray
/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #4b4b49;
}
.color-3 {
color: #7a7a75;
}
.color-4 {
color: #b4b4a7;
}
.color-5 {
color: #dfdfd3;
}
/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #4b4b49;
--color-3: #7a7a75;
--color-4: #b4b4a7;
--color-5: #dfdfd3;
}
CSS del degradado de fondo Shades of Gray
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #4b4b49, #7a7a75, #b4b4a7, #dfdfd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #4b4b49, #7a7a75, #b4b4a7, #dfdfd3);
}
Paletas de colores similares
- Cosmic Dreams
- Galactic Mecha Clash
- Eclipse Reverie
- Mystical Midnight Garden
- Shades of Dark Red
- Crimson Shadows
- Shades of Blue
- Shades of Gray
- Midnight Obsidian
- Shades of Pink
- Dark Raven
- Midnight Rosewood
- Scholarly Shadows
- Midnight Mocha Elegance
- Twilight Whisper
- Ethereal Shadows
- Ethereal Shadows
- Mystic Amethyst Dream
Shades of Gray color palette created on .