Dark Red Suspense Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red Suspense palette

Share this palette to:

Dark Red Suspense color palette CSS

/* CSS */
.color-1 {
color: #4d0f1a;
}
.color-2 {
color: #9c1c31;
}
.color-3 {
color: #c4405d;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f7d5ab;
}

/* CSS Variables */
:root {
--color-1: #4d0f1a;
--color-2: #9c1c31;
--color-3: #c4405d;
--color-4: #f4a462;
--color-5: #f7d5ab;
}

Dark Red Suspense background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f1a, #9c1c31, #c4405d, #f4a462, #f7d5ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f1a, #9c1c31, #c4405d, #f4a462, #f7d5ab);
}

Dark Red Suspense color palette created on .