Torn'Wolf Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Torn'Wolf palette

Share this palette to:

Torn'Wolf color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #7c5f55;
}
.color-3 {
color: #b59a8c;
}
.color-4 {
color: #e6d4b3;
}
.color-5 {
color: #f0c8b2;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #7c5f55;
--color-3: #b59a8c;
--color-4: #e6d4b3;
--color-5: #f0c8b2;
}

Torn'Wolf background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #7c5f55, #b59a8c, #e6d4b3, #f0c8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #7c5f55, #b59a8c, #e6d4b3, #f0c8b2);
}

Torn'Wolf color palette created on .