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