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: #a8d3e1;
}
.color-2 {
color: #b2e0da;
}
.color-3 {
color: #f4d1be;
}
.color-4 {
color: #f5b85b;
}
.color-5 {
color: #f28a82;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e0da;
--color-3: #f4d1be;
--color-4: #f5b85b;
--color-5: #f28a82;
}

CSS del degradado de fondo Serene Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e0da, #f4d1be, #f5b85b, #f28a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e0da, #f4d1be, #f5b85b, #f28a82);
}

Serene Breeze color palette created on .