Red Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Elegance palette

Share this palette to:

Red Elegance color palette CSS

/* CSS */
.color-1 {
color: #1b0e0e;
}
.color-2 {
color: #a22020;
}
.color-3 {
color: #d95e5e;
}
.color-4 {
color: #f9a49f;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #1b0e0e;
--color-2: #a22020;
--color-3: #d95e5e;
--color-4: #f9a49f;
--color-5: #f5f5f5;
}

Red Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0e0e, #a22020, #d95e5e, #f9a49f, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0e0e, #a22020, #d95e5e, #f9a49f, #f5f5f5);
}

Red Elegance color palette created on .