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: #6fc2d3;
}
.color-2 {
color: #a4e5e0;
}
.color-3 {
color: #b9f3e0;
}
.color-4 {
color: #e4f7e4;
}
.color-5 {
color: #f9f1a4;
}

/* CSS Variables */
:root {
--color-1: #6fc2d3;
--color-2: #a4e5e0;
--color-3: #b9f3e0;
--color-4: #e4f7e4;
--color-5: #f9f1a4;
}

CSS con gradiente di sfondo Icy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fc2d3, #a4e5e0, #b9f3e0, #e4f7e4, #f9f1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fc2d3, #a4e5e0, #b9f3e0, #e4f7e4, #f9f1a4);
}

Icy Serenity color palette created on .