Paleta de colores Creamy Brew
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Creamy Brew palette
CSS de la paleta de colores Creamy Brew
/* CSS */
.color-1 {
color: #d5c1a5;
}
.color-2 {
color: #b7a78f;
}
.color-3 {
color: #a78e76;
}
.color-4 {
color: #7e6b5d;
}
.color-5 {
color: #5a4a3a;
}
/* CSS Variables */
:root {
--color-1: #d5c1a5;
--color-2: #b7a78f;
--color-3: #a78e76;
--color-4: #7e6b5d;
--color-5: #5a4a3a;
}
CSS del degradado de fondo Creamy Brew
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c1a5, #b7a78f, #a78e76, #7e6b5d, #5a4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c1a5, #b7a78f, #a78e76, #7e6b5d, #5a4a3a);
}
Paletas de colores similares
Creamy Brew color palette created on .