Sudden Time Regression Color Palette
Discover the beautiful Sudden Time Regression color palette featuring steel gray (#262433), mulled wine (#463e5b), smoky (#6a5478), mamba (#927495) and lily (#c4a6bb).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sudden Time Regression palette
💻 Sudden Time Regression color palette CSS
/* CSS */
.color-1 {
color: #262433;
}
.color-2 {
color: #463e5b;
}
.color-3 {
color: #6a5478;
}
.color-4 {
color: #927495;
}
.color-5 {
color: #c4a6bb;
}
/* CSS Variables */
:root {
--color-1: #262433;
--color-2: #463e5b;
--color-3: #6a5478;
--color-4: #927495;
--color-5: #c4a6bb;
} 🌈 Sudden Time Regression background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #262433, #463e5b, #6a5478, #927495, #c4a6bb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #262433, #463e5b, #6a5478, #927495, #c4a6bb);
} 🔗 Explore similar color palettes
Sudden Time Regression color palette created on .