Crimson Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Dreams palette

Share this palette to:

Crimson Dreams color palette PNG image

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

Crimson Dreams color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c92c3c;
}
.color-3 {
color: #e03e4e;
}
.color-4 {
color: #f55b6d;
}
.color-5 {
color: #f8a5a6;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c92c3c;
--color-3: #e03e4e;
--color-4: #f55b6d;
--color-5: #f8a5a6;
}

Crimson Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c92c3c, #e03e4e, #f55b6d, #f8a5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c92c3c, #e03e4e, #f55b6d, #f8a5a6);
}

Crimson Dreams color palette created on .