Paleta de colores Alexander Goth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Alexander Goth palette
Imagen PNG de la paleta de colores Alexander Goth
CSS de la paleta de colores Alexander Goth
/* CSS */
.color-1 {
color: #1c1c2b;
}
.color-2 {
color: #3e3e4c;
}
.color-3 {
color: #5d5d79;
}
.color-4 {
color: #8181b1;
}
.color-5 {
color: #9f9fd0;
}
/* CSS Variables */
:root {
--color-1: #1c1c2b;
--color-2: #3e3e4c;
--color-3: #5d5d79;
--color-4: #8181b1;
--color-5: #9f9fd0;
}
CSS del degradado de fondo Alexander Goth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}
Paletas de colores similares
Alexander Goth color palette created on .