Ice Kingdom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ice Kingdom palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Ice Kingdom

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

tavolozza dei colori Ice Kingdom CSS

/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #f1f5f8;
}
.color-4 {
color: #e8b5c4;
}
.color-5 {
color: #a48bda;
}

/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b2e0f0;
--color-3: #f1f5f8;
--color-4: #e8b5c4;
--color-5: #a48bda;
}

CSS con gradiente di sfondo Ice Kingdom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b2e0f0, #f1f5f8, #e8b5c4, #a48bda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b2e0f0, #f1f5f8, #e8b5c4, #a48bda);
}

Ice Kingdom color palette created on .