Avatar Korra Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Avatar Korra palette
Avatar Korra color palette PNG image
Avatar Korra color palette CSS
/* 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;
}
Avatar Korra background gradient CSS
/* 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);
}
Similar color palettes
Avatar Korra color palette created on .