Cyberpunk Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyberpunk Red Shades palette
Cyberpunk Red Shades color palette CSS
/* CSS */
.color-1 {
color: #6d272b;
}
.color-2 {
color: #6e3034;
}
.color-3 {
color: #6f393d;
}
.color-4 {
color: #724045;
}
.color-5 {
color: #74494e;
}
/* CSS Variables */
:root {
--color-1: #6d272b;
--color-2: #6e3034;
--color-3: #6f393d;
--color-4: #724045;
--color-5: #74494e;
}
Cyberpunk Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d272b, #6e3034, #6f393d, #724045, #74494e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d272b, #6e3034, #6f393d, #724045, #74494e);
}
Similar color palettes
Cyberpunk Red Shades color palette created on .