Paleta de colores Sunset Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Breeze

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffc83d;
}
.color-4 {
color: #eaf6eb;
}
.color-5 {
color: #b2e0e6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffc83d;
--color-4: #eaf6eb;
--color-5: #b2e0e6;
}

CSS del degradado de fondo Sunset Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffc83d, #eaf6eb, #b2e0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffc83d, #eaf6eb, #b2e0e6);
}

Sunset Breeze color palette created on .