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: #89343e;
}
.color-2 {
color: #692b34;
}
.color-3 {
color: #4d1f25;
}
.color-4 {
color: #2f1416;
}
.color-5 {
color: #160909;
}
/* CSS Variables */
:root {
--color-1: #89343e;
--color-2: #692b34;
--color-3: #4d1f25;
--color-4: #2f1416;
--color-5: #160909;
}
Crimson Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89343e, #692b34, #4d1f25, #2f1416, #160909);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89343e, #692b34, #4d1f25, #2f1416, #160909);
}
Similar color palettes
Crimson Depths color palette created on .