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: #a1dff7;
}
.color-2 {
color: #7ec8e7;
}
.color-3 {
color: #5aa4c4;
}
.color-4 {
color: #4a89b0;
}
.color-5 {
color: #3c6d9a;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #7ec8e7;
--color-3: #5aa4c4;
--color-4: #4a89b0;
--color-5: #3c6d9a;
}

CSS con gradiente di sfondo Icy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #7ec8e7, #5aa4c4, #4a89b0, #3c6d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #7ec8e7, #5aa4c4, #4a89b0, #3c6d9a);
}

Icy Serenity color palette created on .