Blue Werewolf Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Werewolf palette

Share this palette to:

Blue Werewolf color palette CSS

/* CSS */
.color-1 {
color: #3e5a75;
}
.color-2 {
color: #5a7f8c;
}
.color-3 {
color: #a7c7d7;
}
.color-4 {
color: #f0c2a8;
}
.color-5 {
color: #d65c5c;
}

/* CSS Variables */
:root {
--color-1: #3e5a75;
--color-2: #5a7f8c;
--color-3: #a7c7d7;
--color-4: #f0c2a8;
--color-5: #d65c5c;
}

Blue Werewolf background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5a75, #5a7f8c, #a7c7d7, #f0c2a8, #d65c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5a75, #5a7f8c, #a7c7d7, #f0c2a8, #d65c5c);
}

Blue Werewolf color palette created on .