Jagged Ice Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Jagged Ice palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Jagged Ice

Download jagged ice color palette PNG image (landscape)
Download jagged ice color palette PNG image (square)

tavolozza dei colori Jagged Ice CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #e1f1f4;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #4b9dc3;
}
.color-5 {
color: #2e7c9e;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #e1f1f4;
--color-3: #b1e0e7;
--color-4: #4b9dc3;
--color-5: #2e7c9e;
}

CSS con gradiente di sfondo Jagged Ice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #e1f1f4, #b1e0e7, #4b9dc3, #2e7c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #e1f1f4, #b1e0e7, #4b9dc3, #2e7c9e);
}

Jagged Ice color palette created on .