Crimson Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Eclipse palette

Share this palette to:

Download Crimson Eclipse Color Palette (PNG)

Download crimson eclipse color palette PNG image (landscape)
Download crimson eclipse color palette PNG image (square)

Crimson Eclipse color palette CSS

/* CSS */
.color-1 {
color: #7a2a2c;
}
.color-2 {
color: #a44c4d;
}
.color-3 {
color: #d06d6e;
}
.color-4 {
color: #e09a9c;
}
.color-5 {
color: #f2c0c0;
}

/* CSS Variables */
:root {
--color-1: #7a2a2c;
--color-2: #a44c4d;
--color-3: #d06d6e;
--color-4: #e09a9c;
--color-5: #f2c0c0;
}

Crimson Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2c, #a44c4d, #d06d6e, #e09a9c, #f2c0c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2c, #a44c4d, #d06d6e, #e09a9c, #f2c0c0);
}

Crimson Eclipse color palette created on .