Snow Phantom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Snow Phantom palette

Share this palette to:

Snow Phantom color palette PNG image

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

Snow Phantom color palette CSS

/* 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;
}

Snow Phantom background gradient CSS

/* 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 .