Paleta de colores Serene Sunset Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sunset Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sunset Breeze

/* CSS */
.color-1 {
color: #4a6e73;
}
.color-2 {
color: #a7c8c1;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #f7b98d;
}
.color-5 {
color: #c94f4f;
}

/* CSS Variables */
:root {
--color-1: #4a6e73;
--color-2: #a7c8c1;
--color-3: #f2e6d9;
--color-4: #f7b98d;
--color-5: #c94f4f;
}

CSS del degradado de fondo Serene Sunset Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e73, #a7c8c1, #f2e6d9, #f7b98d, #c94f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e73, #a7c8c1, #f2e6d9, #f7b98d, #c94f4f);
}

Serene Sunset Breeze color palette created on .