Crimson Depths Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Depths palette
Crimson Depths color palette PNG image
Crimson Depths color palette CSS
/* CSS */
.color-1 {
color: #c52062;
}
.color-2 {
color: #ae1e5a;
}
.color-3 {
color: #a31f5f;
}
.color-4 {
color: #871d55;
}
.color-5 {
color: #591848;
}
/* CSS Variables */
:root {
--color-1: #c52062;
--color-2: #ae1e5a;
--color-3: #a31f5f;
--color-4: #871d55;
--color-5: #591848;
}
Crimson Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52062, #ae1e5a, #a31f5f, #871d55, #591848);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52062, #ae1e5a, #a31f5f, #871d55, #591848);
}
Similar color palettes
Scroll down to explore 60+ Dark color palettes
Crimson Depths color palette created on .