Wolf Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wolf palette

Share this palette to:

Wolf color palette PNG image

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

Wolf color palette CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #3a4c73;
}
.color-3 {
color: #5b7e9a;
}
.color-4 {
color: #89b4d2;
}
.color-5 {
color: #b4dae9;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3a4c73;
--color-3: #5b7e9a;
--color-4: #89b4d2;
--color-5: #b4dae9;
}

Wolf background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3a4c73, #5b7e9a, #89b4d2, #b4dae9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3a4c73, #5b7e9a, #89b4d2, #b4dae9);
}

Wolf color palette created on .