Chocolate Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Chocolate Shades palette
tavolozza dei colori Chocolate Shades CSS
/* CSS */
.color-1 {
color: #6a4f4d;
}
.color-2 {
color: #a86e6b;
}
.color-3 {
color: #d8b6a2;
}
.color-4 {
color: #f3e9d3;
}
.color-5 {
color: #e6aa60;
}
/* CSS Variables */
:root {
--color-1: #6a4f4d;
--color-2: #a86e6b;
--color-3: #d8b6a2;
--color-4: #f3e9d3;
--color-5: #e6aa60;
}
CSS con gradiente di sfondo Chocolate Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4f4d, #a86e6b, #d8b6a2, #f3e9d3, #e6aa60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4f4d, #a86e6b, #d8b6a2, #f3e9d3, #e6aa60);
}
Tavolozze di colori simili
Chocolate Shades color palette created on .