Blushing Battlefields Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Battlefields palette

Share this palette to:

Blushing Battlefields color palette CSS

/* CSS */
.color-1 {
color: #966488;
}
.color-2 {
color: #b68b9a;
}
.color-3 {
color: #e1b7c3;
}
.color-4 {
color: #f8e1d3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #966488;
--color-2: #b68b9a;
--color-3: #e1b7c3;
--color-4: #f8e1d3;
--color-5: #ff6e61;
}

Blushing Battlefields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #966488, #b68b9a, #e1b7c3, #f8e1d3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #966488, #b68b9a, #e1b7c3, #f8e1d3, #ff6e61);
}

Blushing Battlefields color palette created on .