Paleta de colores Orchard Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orchard Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Orchard Breeze

/* CSS */
.color-1 {
color: #a5e09f;
}
.color-2 {
color: #b7e4af;
}
.color-3 {
color: #c7e8bf;
}
.color-4 {
color: #e5f1d0;
}
.color-5 {
color: #f4f9e1;
}

/* CSS Variables */
:root {
--color-1: #a5e09f;
--color-2: #b7e4af;
--color-3: #c7e8bf;
--color-4: #e5f1d0;
--color-5: #f4f9e1;
}

CSS del degradado de fondo Orchard Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e09f, #b7e4af, #c7e8bf, #e5f1d0, #f4f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e09f, #b7e4af, #c7e8bf, #e5f1d0, #f4f9e1);
}

Orchard Breeze color palette created on .