Paleta de colores Icy Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Icy Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Icy Serenity

/* 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 del degradado de fondo 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);
}

Paletas de colores similares

Icy Serenity color palette created on .