Avaloria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Avaloria palette
Avaloria color palette CSS
/* CSS */
.color-1 {
color: #95d5ee;
}
.color-2 {
color: #67a1d0;
}
.color-3 {
color: #4085c9;
}
.color-4 {
color: #2264b4;
}
.color-5 {
color: #164a92;
}
/* CSS Variables */
:root {
--color-1: #95d5ee;
--color-2: #67a1d0;
--color-3: #4085c9;
--color-4: #2264b4;
--color-5: #164a92;
}
Avaloria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95d5ee, #67a1d0, #4085c9, #2264b4, #164a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95d5ee, #67a1d0, #4085c9, #2264b4, #164a92);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Avaloria color palette created on .