Paleta de colores Sage Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sage Breeze palette
Imagen PNG de la paleta de colores Sage Breeze
CSS de la paleta de colores Sage Breeze
/* CSS */
.color-1 {
color: #a8bdba;
}
.color-2 {
color: #b6d4af;
}
.color-3 {
color: #d6e1c1;
}
.color-4 {
color: #e8eab3;
}
.color-5 {
color: #f5f8d3;
}
/* CSS Variables */
:root {
--color-1: #a8bdba;
--color-2: #b6d4af;
--color-3: #d6e1c1;
--color-4: #e8eab3;
--color-5: #f5f8d3;
}
CSS del degradado de fondo Sage Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8bdba, #b6d4af, #d6e1c1, #e8eab3, #f5f8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8bdba, #b6d4af, #d6e1c1, #e8eab3, #f5f8d3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Verde
Sage Breeze color palette created on .