Paleta de colores Snow Phantom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Snow Phantom palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Snow Phantom

Download snow phantom color palette PNG image (landscape)
Download snow phantom color palette PNG image (square)

CSS de la paleta de colores Snow Phantom

/* CSS */
.color-1 {
color: #e4f1f7;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #6b9fb8;
}
.color-4 {
color: #3b7b9b;
}
.color-5 {
color: #204e56;
}

/* CSS Variables */
:root {
--color-1: #e4f1f7;
--color-2: #a5c6d5;
--color-3: #6b9fb8;
--color-4: #3b7b9b;
--color-5: #204e56;
}

CSS del degradado de fondo Snow Phantom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f1f7, #a5c6d5, #6b9fb8, #3b7b9b, #204e56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f1f7, #a5c6d5, #6b9fb8, #3b7b9b, #204e56);
}

Snow Phantom color palette created on .