Warrior's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warrior's Embrace palette

Share this palette to:

Warrior's Embrace color palette CSS

/* CSS */
.color-1 {
color: #c35c50;
}
.color-2 {
color: #e8a269;
}
.color-3 {
color: #f5e39e;
}
.color-4 {
color: #8ccf9c;
}
.color-5 {
color: #4b7e91;
}

/* CSS Variables */
:root {
--color-1: #c35c50;
--color-2: #e8a269;
--color-3: #f5e39e;
--color-4: #8ccf9c;
--color-5: #4b7e91;
}

Warrior's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35c50, #e8a269, #f5e39e, #8ccf9c, #4b7e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35c50, #e8a269, #f5e39e, #8ccf9c, #4b7e91);
}

Warrior's Embrace color palette created on .