Paleta de colores Cool Glacier

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cool Glacier palette

Compartir esta paleta en:

CSS de la paleta de colores Cool Glacier

/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #a1d8e3;
}
.color-3 {
color: #b6e4e7;
}
.color-4 {
color: #e6f3f4;
}
.color-5 {
color: #f0fafa;
}

/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #a1d8e3;
--color-3: #b6e4e7;
--color-4: #e6f3f4;
--color-5: #f0fafa;
}

CSS del degradado de fondo Cool Glacier

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #a1d8e3, #b6e4e7, #e6f3f4, #f0fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #a1d8e3, #b6e4e7, #e6f3f4, #f0fafa);
}

Cool Glacier color palette created on .