Crimson Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Grey palette
Crimson Grey color palette PNG image
Crimson Grey color palette CSS
/* CSS */
.color-1 {
color: #3e1414;
}
.color-2 {
color: #5c2e31;
}
.color-3 {
color: #874a4f;
}
.color-4 {
color: #b69aa0;
}
.color-5 {
color: #d5c8cc;
}
/* CSS Variables */
:root {
--color-1: #3e1414;
--color-2: #5c2e31;
--color-3: #874a4f;
--color-4: #b69aa0;
--color-5: #d5c8cc;
}
Crimson Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1414, #5c2e31, #874a4f, #b69aa0, #d5c8cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1414, #5c2e31, #874a4f, #b69aa0, #d5c8cc);
}
Similar color palettes
Crimson Grey color palette created on .