Paleta de colores Electric Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Electric Dreamscape palette
CSS de la paleta de colores Electric Dreamscape
/* CSS */
.color-1 {
color: #a855f7;
}
.color-2 {
color: #5048e5;
}
.color-3 {
color: #3c83f6;
}
.color-4 {
color: #61a6fa;
}
.color-5 {
color: #91c3fd;
}
/* CSS Variables */
:root {
--color-1: #a855f7;
--color-2: #5048e5;
--color-3: #3c83f6;
--color-4: #61a6fa;
--color-5: #91c3fd;
}
CSS del degradado de fondo Electric Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a855f7, #5048e5, #3c83f6, #61a6fa, #91c3fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a855f7, #5048e5, #3c83f6, #61a6fa, #91c3fd);
}
Paletas de colores similares
Electric Dreamscape color palette created on .