Avaloria Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Avaloria palette

Condividi questa palette a:

tavolozza dei colori Avaloria 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;
}

CSS con gradiente di sfondo Avaloria

/* 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);
}

Avaloria color palette created on .