Paleta de colores Akito

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Akito palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Akito

Download  akito color palette PNG image (landscape)
Download  akito color palette PNG image (square)

CSS de la paleta de colores Akito

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #7d7fba;
}
.color-4 {
color: #b5c8f2;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4a4e8c;
--color-3: #7d7fba;
--color-4: #b5c8f2;
--color-5: #f0a800;
}

CSS del degradado de fondo Akito

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4a4e8c, #7d7fba, #b5c8f2, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4a4e8c, #7d7fba, #b5c8f2, #f0a800);
}

Akito color palette created on .