Crimson Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Dreams palette
Crimson Dreams color palette PNG image
Crimson Dreams color palette CSS
/* CSS */
.color-1 {
color: #9a1d1d;
}
.color-2 {
color: #b12b2b;
}
.color-3 {
color: #d03e3e;
}
.color-4 {
color: #e85e5e;
}
.color-5 {
color: #f1a7a7;
}
/* CSS Variables */
:root {
--color-1: #9a1d1d;
--color-2: #b12b2b;
--color-3: #d03e3e;
--color-4: #e85e5e;
--color-5: #f1a7a7;
}
Crimson Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a1d1d, #b12b2b, #d03e3e, #e85e5e, #f1a7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a1d1d, #b12b2b, #d03e3e, #e85e5e, #f1a7a7);
}
Similar color palettes
Crimson Dreams color palette created on .