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: #7a1f3a;
}
.color-2 {
color: #a93d4b;
}
.color-3 {
color: #d2565e;
}
.color-4 {
color: #f6b8a7;
}
.color-5 {
color: #f8e7e2;
}

/* CSS Variables */
:root {
--color-1: #7a1f3a;
--color-2: #a93d4b;
--color-3: #d2565e;
--color-4: #f6b8a7;
--color-5: #f8e7e2;
}

Crimson Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f3a, #a93d4b, #d2565e, #f6b8a7, #f8e7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f3a, #a93d4b, #d2565e, #f6b8a7, #f8e7e2);
}

Crimson Serenade color palette created on .