Crimson Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Embrace palette

Share this palette to:

Crimson Embrace color palette CSS

/* CSS */
.color-1 {
color: #7b1e1e;
}
.color-2 {
color: #a13a3a;
}
.color-3 {
color: #c05454;
}
.color-4 {
color: #d77979;
}
.color-5 {
color: #e6a2a2;
}

/* CSS Variables */
:root {
--color-1: #7b1e1e;
--color-2: #a13a3a;
--color-3: #c05454;
--color-4: #d77979;
--color-5: #e6a2a2;
}

Crimson Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e1e, #a13a3a, #c05454, #d77979, #e6a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e1e, #a13a3a, #c05454, #d77979, #e6a2a2);
}

Crimson Embrace color palette created on .