Rock and Roll Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rock and Roll palette
Rock and Roll color palette PNG image
Rock and Roll color palette CSS
/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #5b4e7e;
}
.color-3 {
color: #c65d8c;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f76d1d;
}
/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #5b4e7e;
--color-3: #c65d8c;
--color-4: #f5a524;
--color-5: #f76d1d;
}
Rock and Roll background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #5b4e7e, #c65d8c, #f5a524, #f76d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #5b4e7e, #c65d8c, #f5a524, #f76d1d);
}
Similar color palettes
Rock and Roll color palette created on .