Paleta de colores Green Coffee Shop
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Green Coffee Shop palette
CSS de la paleta de colores Green Coffee Shop
/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #d0e6d3;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #d8c8b0;
}
.color-5 {
color: #c2a69e;
}
/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #d0e6d3;
--color-3: #f0e2c7;
--color-4: #d8c8b0;
--color-5: #c2a69e;
}
CSS del degradado de fondo Green Coffee Shop
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #d0e6d3, #f0e2c7, #d8c8b0, #c2a69e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #d0e6d3, #f0e2c7, #d8c8b0, #c2a69e);
}
Paletas de colores similares
Green Coffee Shop color palette created on .