Crimson Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Dream palette

Share this palette to:

Crimson Dream color palette PNG image

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

Crimson Dream color palette CSS

/* CSS */
.color-1 {
color: #881b2d;
}
.color-2 {
color: #bf3b3d;
}
.color-3 {
color: #e76b65;
}
.color-4 {
color: #f9aea4;
}
.color-5 {
color: #fbcccb;
}

/* CSS Variables */
:root {
--color-1: #881b2d;
--color-2: #bf3b3d;
--color-3: #e76b65;
--color-4: #f9aea4;
--color-5: #fbcccb;
}

Crimson Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #881b2d, #bf3b3d, #e76b65, #f9aea4, #fbcccb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #881b2d, #bf3b3d, #e76b65, #f9aea4, #fbcccb);
}

Crimson Dream color palette created on .