Paleta de colores Snowflake

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Snowflake palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Snowflake

Download snowflake color palette PNG image (landscape)
Download snowflake color palette PNG image (square)

CSS de la paleta de colores Snowflake

/* CSS */
.color-1 {
color: #a1c1e8;
}
.color-2 {
color: #e1f5fe;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #b4e9da;
}
.color-5 {
color: #f8f0e2;
}

/* CSS Variables */
:root {
--color-1: #a1c1e8;
--color-2: #e1f5fe;
--color-3: #b2e0f0;
--color-4: #b4e9da;
--color-5: #f8f0e2;
}

CSS del degradado de fondo Snowflake

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1e8, #e1f5fe, #b2e0f0, #b4e9da, #f8f0e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1e8, #e1f5fe, #b2e0f0, #b4e9da, #f8f0e2);
}

Paletas de colores similares

Snowflake color palette created on .