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