Crimson Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Serenade palette

Share this palette to:

Crimson Serenade color palette CSS

/* CSS */
.color-1 {
color: #74010f;
}
.color-2 {
color: #9d2a2a;
}
.color-3 {
color: #d65c5c;
}
.color-4 {
color: #f2a07d;
}
.color-5 {
color: #f6e5b6;
}

/* CSS Variables */
:root {
--color-1: #74010f;
--color-2: #9d2a2a;
--color-3: #d65c5c;
--color-4: #f2a07d;
--color-5: #f6e5b6;
}

Crimson Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74010f, #9d2a2a, #d65c5c, #f2a07d, #f6e5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74010f, #9d2a2a, #d65c5c, #f2a07d, #f6e5b6);
}

Crimson Serenade color palette created on .