Paleta de colores Coffee and Curry
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coffee and Curry palette
Imagen PNG de la paleta de colores Coffee and Curry
CSS de la paleta de colores Coffee and Curry
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d8992c;
}
.color-4 {
color: #6d4e4a;
}
.color-5 {
color: #f1e7d5;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #e9caa5;
--color-3: #d8992c;
--color-4: #6d4e4a;
--color-5: #f1e7d5;
}
CSS del degradado de fondo Coffee and Curry
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #e9caa5, #d8992c, #6d4e4a, #f1e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #e9caa5, #d8992c, #6d4e4a, #f1e7d5);
}
Paletas de colores similares
Coffee and Curry color palette created on .