Roaring Twenties Revival Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Roaring Twenties Revival palette
Roaring Twenties Revival color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d2e;
}
.color-4 {
color: #c92c5e;
}
.color-5 {
color: #7d6f9b;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff4d2e;
--color-4: #c92c5e;
--color-5: #7d6f9b;
}
Roaring Twenties Revival background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff4d2e, #c92c5e, #7d6f9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff4d2e, #c92c5e, #7d6f9b);
}
Similar color palettes
Roaring Twenties Revival color palette created on .