Paleta de colores Serene Meadow Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Meadow Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Meadow Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3e7de;
}
.color-3 {
color: #97d0ed;
}
.color-4 {
color: #ddb43c;
}
.color-5 {
color: #aeafac;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3e7de;
--color-3: #97d0ed;
--color-4: #ddb43c;
--color-5: #aeafac;
}

CSS del degradado de fondo Serene Meadow Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3e7de, #97d0ed, #ddb43c, #aeafac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3e7de, #97d0ed, #ddb43c, #aeafac);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 3 paletas de colores Soft white

Serene Meadow Breeze color palette created on .