50s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 50s palette
50s color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95e81;
}
.color-4 {
color: #8a3f8d;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #d95e81;
--color-4: #8a3f8d;
--color-5: #4b91e2;
}
50s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #d95e81, #8a3f8d, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #d95e81, #8a3f8d, #4b91e2);
}
Similar color palettes
50s color palette created on .