Paleta de colores Serene Forest Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Forest Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Forest Breeze

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a1c4e3;
}
.color-3 {
color: #e2e9ee;
}
.color-4 {
color: #f2f6f8;
}
.color-5 {
color: #bfd9d9;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a1c4e3;
--color-3: #e2e9ee;
--color-4: #f2f6f8;
--color-5: #bfd9d9;
}

CSS del degradado de fondo Serene Forest Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a1c4e3, #e2e9ee, #f2f6f8, #bfd9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a1c4e3, #e2e9ee, #f2f6f8, #bfd9d9);
}

Serene Forest Breeze color palette created on .