Paleta de colores Shades of Brown
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Brown palette
CSS de la paleta de colores Shades of Brown
/* CSS */
.color-1 {
color: #4a3c3b;
}
.color-2 {
color: #6d5a5a;
}
.color-3 {
color: #a86d6b;
}
.color-4 {
color: #d6a77a;
}
.color-5 {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--color-1: #4a3c3b;
--color-2: #6d5a5a;
--color-3: #a86d6b;
--color-4: #d6a77a;
--color-5: #f4e2c3;
}
CSS del degradado de fondo Shades of Brown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c3b, #6d5a5a, #a86d6b, #d6a77a, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c3b, #6d5a5a, #a86d6b, #d6a77a, #f4e2c3);
}
Paletas de colores similares
- Autumn Orange
- Traditional Blue and Red Earth
- Venomous Verdancy
- Earthy Whisper Tones
- Autumnal Seminar Warmth
- Terracotta Elegance
- Sweet Dough Delight
- Warm Beige
- Warm Red
- Verdant Depths
- Whispers of Autumn Dreams
- Cocoa Dreamscape
- Dreamy Cocoa Delight
- Brown Cutecore
- Moka Dreamscape
- Rustic Warmth
- Orange Jackal
- Brown Cookie Delight
Shades of Brown color palette created on .