Red Borscht Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Borscht palette

Share this palette to:

Red Borscht color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #d95d3a;
}
.color-3 {
color: #f6a05a;
}
.color-4 {
color: #f3d758;
}
.color-5 {
color: #f0e3a3;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d95d3a;
--color-3: #f6a05a;
--color-4: #f3d758;
--color-5: #f0e3a3;
}

Red Borscht background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d95d3a, #f6a05a, #f3d758, #f0e3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d95d3a, #f6a05a, #f3d758, #f0e3a3);
}

Red Borscht color palette created on .