Deep Crimson Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Crimson palette

Share this palette to:

Download Deep Crimson Color Palette (PNG)

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

Deep Crimson color palette CSS

/* CSS */
.color-1 {
color: #c62a2a;
}
.color-2 {
color: #d65c5c;
}
.color-3 {
color: #d69a9a;
}
.color-4 {
color: #e0b3b3;
}
.color-5 {
color: #c9a6a6;
}

/* CSS Variables */
:root {
--color-1: #c62a2a;
--color-2: #d65c5c;
--color-3: #d69a9a;
--color-4: #e0b3b3;
--color-5: #c9a6a6;
}

Deep Crimson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62a2a, #d65c5c, #d69a9a, #e0b3b3, #c9a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62a2a, #d65c5c, #d69a9a, #e0b3b3, #c9a6a6);
}

Deep Crimson color palette created on .