Paleta de colores Avatar Korra

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Avatar Korra palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Avatar Korra

Download avatar korra color palette PNG image (landscape)
Download avatar korra color palette PNG image (square)

CSS de la paleta de colores Avatar Korra

/* CSS */
.color-1 {
color: #6b95a8;
}
.color-2 {
color: #82b0c0;
}
.color-3 {
color: #afd0d5;
}
.color-4 {
color: #cee8e4;
}
.color-5 {
color: #f8f7f6;
}

/* CSS Variables */
:root {
--color-1: #6b95a8;
--color-2: #82b0c0;
--color-3: #afd0d5;
--color-4: #cee8e4;
--color-5: #f8f7f6;
}

CSS del degradado de fondo Avatar Korra

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b95a8, #82b0c0, #afd0d5, #cee8e4, #f8f7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b95a8, #82b0c0, #afd0d5, #cee8e4, #f8f7f6);
}

Avatar Korra color palette created on .