Shades of Brandy Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Brandy palette
tavolozza dei colori Shades of Brandy CSS
/* CSS */
.color-1 {
color: #dec196;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #cbae3a;
}
.color-4 {
color: #a96f2d;
}
.color-5 {
color: #714e38;
}
/* CSS Variables */
:root {
--color-1: #dec196;
--color-2: #d8a65a;
--color-3: #cbae3a;
--color-4: #a96f2d;
--color-5: #714e38;
}
CSS con gradiente di sfondo Shades of Brandy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dec196, #d8a65a, #cbae3a, #a96f2d, #714e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dec196, #d8a65a, #cbae3a, #a96f2d, #714e38);
}
Tavolozze di colori simili
Shades of Brandy color palette created on .