Crimson Haunt Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Haunt palette

Share this palette to:

Crimson Haunt color palette CSS

/* CSS */
.color-1 {
color: #d6372e;
}
.color-2 {
color: #f56e3d;
}
.color-3 {
color: #f9b339;
}
.color-4 {
color: #f3e99b;
}
.color-5 {
color: #8a3d8a;
}

/* CSS Variables */
:root {
--color-1: #d6372e;
--color-2: #f56e3d;
--color-3: #f9b339;
--color-4: #f3e99b;
--color-5: #8a3d8a;
}

Crimson Haunt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6372e, #f56e3d, #f9b339, #f3e99b, #8a3d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6372e, #f56e3d, #f9b339, #f3e99b, #8a3d8a);
}

Crimson Haunt color palette created on .