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