Crimson Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Mist palette
Crimson Mist color palette CSS
/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e57171;
}
.color-3 {
color: #f5c2c2;
}
.color-4 {
color: #d0d9dd;
}
.color-5 {
color: #b1bec4;
}
/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e57171;
--color-3: #f5c2c2;
--color-4: #d0d9dd;
--color-5: #b1bec4;
}
Crimson Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e57171, #f5c2c2, #d0d9dd, #b1bec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e57171, #f5c2c2, #d0d9dd, #b1bec4);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Crimson Mist color palette created on .