Ringo Starr Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ringo Starr palette
Ringo Starr color palette PNG image
Ringo Starr color palette CSS
/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffd000;
}
.color-4 {
color: #ffee00;
}
.color-5 {
color: #e1ff00;
}
/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff9900;
--color-3: #ffd000;
--color-4: #ffee00;
--color-5: #e1ff00;
}
Ringo Starr background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff9900, #ffd000, #ffee00, #e1ff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff9900, #ffd000, #ffee00, #e1ff00);
}
Similar color palettes
Ringo Starr color palette created on .