Paleta de colores Serene Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Breeze

/* CSS */
.color-1 {
color: #beffb3;
}
.color-2 {
color: #a5d6e3;
}
.color-3 {
color: #87c5b6;
}
.color-4 {
color: #f1d2a7;
}
.color-5 {
color: #f89b87;
}

/* CSS Variables */
:root {
--color-1: #beffb3;
--color-2: #a5d6e3;
--color-3: #87c5b6;
--color-4: #f1d2a7;
--color-5: #f89b87;
}

CSS del degradado de fondo Serene Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beffb3, #a5d6e3, #87c5b6, #f1d2a7, #f89b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beffb3, #a5d6e3, #87c5b6, #f1d2a7, #f89b87);
}

Serene Breeze color palette created on .