Crimson Resilience Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Resilience palette
Crimson Resilience color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #d44f40;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f7e9b6;
}
.color-5 {
color: #6c7989;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d44f40;
--color-3: #f4a462;
--color-4: #f7e9b6;
--color-5: #6c7989;
}
Crimson Resilience background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d44f40, #f4a462, #f7e9b6, #6c7989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d44f40, #f4a462, #f7e9b6, #6c7989);
}
Similar color palettes
Crimson Resilience color palette created on .