Brick Red Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brick Red Sunrise palette

Share this palette to:

Brick Red Sunrise color palette CSS

/* CSS */
.color-1 {
color: #c82d42;
}
.color-2 {
color: #d84b4b;
}
.color-3 {
color: #e8a16d;
}
.color-4 {
color: #f5d45c;
}
.color-5 {
color: #f2b96e;
}

/* CSS Variables */
:root {
--color-1: #c82d42;
--color-2: #d84b4b;
--color-3: #e8a16d;
--color-4: #f5d45c;
--color-5: #f2b96e;
}

Brick Red Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d42, #d84b4b, #e8a16d, #f5d45c, #f2b96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d42, #d84b4b, #e8a16d, #f5d45c, #f2b96e);
}

Brick Red Sunrise color palette created on .