Paleta de colores Sunset Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Breeze palette
CSS de la paleta de colores Sunset Breeze
/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #fddb6d;
}
.color-3 {
color: #e8d5bb;
}
.color-4 {
color: #b5c8d4;
}
.color-5 {
color: #4a9cc4;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #fddb6d;
--color-3: #e8d5bb;
--color-4: #b5c8d4;
--color-5: #4a9cc4;
}
CSS del degradado de fondo Sunset Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #fddb6d, #e8d5bb, #b5c8d4, #4a9cc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #fddb6d, #e8d5bb, #b5c8d4, #4a9cc4);
}
Paletas de colores similares
Sunset Breeze color palette created on .