Icy Serenity Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Icy Serenity palette

Condividi questa palette a:

tavolozza dei colori Icy Serenity CSS

/* CSS */
.color-1 {
color: #234986;
}
.color-2 {
color: #50a2dc;
}
.color-3 {
color: #7ccae9;
}
.color-4 {
color: #aae3f3;
}
.color-5 {
color: #f6e3da;
}

/* CSS Variables */
:root {
--color-1: #234986;
--color-2: #50a2dc;
--color-3: #7ccae9;
--color-4: #aae3f3;
--color-5: #f6e3da;
}

CSS con gradiente di sfondo Icy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #234986, #50a2dc, #7ccae9, #aae3f3, #f6e3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #234986, #50a2dc, #7ccae9, #aae3f3, #f6e3da);
}

Tavolozze di colori simili

Icy Serenity color palette created on .