Paleta de colores Темная Академия

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Темная Академия palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Темная Академия

Download темная академия color palette PNG image (landscape)
Download темная академия color palette PNG image (square)

CSS de la paleta de colores Темная Академия

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7b7b9d;
}
.color-4 {
color: #a4a4c1;
}
.color-5 {
color: #d2d2e5;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4a4a6d;
--color-3: #7b7b9d;
--color-4: #a4a4c1;
--color-5: #d2d2e5;
}

CSS del degradado de fondo Темная Академия

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4a4a6d, #7b7b9d, #a4a4c1, #d2d2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4a4a6d, #7b7b9d, #a4a4c1, #d2d2e5);
}

Темная Академия color palette created on .