Paleta de colores Akari

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Akari palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Akari

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

CSS de la paleta de colores Akari

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8f5c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #fff59e;
}
.color-5 {
color: #c4e0a3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8f5c;
--color-3: #ffb84d;
--color-4: #fff59e;
--color-5: #c4e0a3;
}

CSS del degradado de fondo Akari

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8f5c, #ffb84d, #fff59e, #c4e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8f5c, #ffb84d, #fff59e, #c4e0a3);
}

Akari color palette created on .