Paleta de colores Sega CD Weirdcore
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sega CD Weirdcore palette
Imagen PNG de la paleta de colores Sega CD Weirdcore
CSS de la paleta de colores Sega CD Weirdcore
/* CSS */
.color-1 {
color: #4e2a5b;
}
.color-2 {
color: #6d4e8d;
}
.color-3 {
color: #9b79b9;
}
.color-4 {
color: #f3a0c0;
}
.color-5 {
color: #fcdfd4;
}
/* CSS Variables */
:root {
--color-1: #4e2a5b;
--color-2: #6d4e8d;
--color-3: #9b79b9;
--color-4: #f3a0c0;
--color-5: #fcdfd4;
}
CSS del degradado de fondo Sega CD Weirdcore
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2a5b, #6d4e8d, #9b79b9, #f3a0c0, #fcdfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2a5b, #6d4e8d, #9b79b9, #f3a0c0, #fcdfd4);
}
Paletas de colores similares
Sega CD Weirdcore color palette created on .