Paleta de colores Brown Caramel
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Brown Caramel palette
CSS de la paleta de colores Brown Caramel
/* CSS */
.color-1 {
color: #d9b36d;
}
.color-2 {
color: #cbab52;
}
.color-3 {
color: #a9903d;
}
.color-4 {
color: #896b29;
}
.color-5 {
color: #6b501f;
}
/* CSS Variables */
:root {
--color-1: #d9b36d;
--color-2: #cbab52;
--color-3: #a9903d;
--color-4: #896b29;
--color-5: #6b501f;
}
CSS del degradado de fondo Brown Caramel
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b36d, #cbab52, #a9903d, #896b29, #6b501f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b36d, #cbab52, #a9903d, #896b29, #6b501f);
}
Paletas de colores similares
Brown Caramel color palette created on .