Paleta de colores Sage Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sage Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sage Breeze

Download sage breeze color palette PNG image (landscape)
Download sage breeze color palette PNG image (square)

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);
}

Sage Breeze color palette created on .