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: #ffb3d9;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #3f74a6;
}
.color-4 {
color: #a8d3d6;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #6d9dc5;
--color-3: #3f74a6;
--color-4: #a8d3d6;
--color-5: #f5a524;
}

CSS del degradado de fondo Serene Sunset Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #6d9dc5, #3f74a6, #a8d3d6, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #6d9dc5, #3f74a6, #a8d3d6, #f5a524);
}

Serene Sunset Breeze color palette created on .