50's Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 50's Vibes palette

Share this palette to:

50's Vibes color palette CSS

/* CSS */
.color-1 {
color: #e6b93d;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #e6b93d;
--color-2: #f1e1a7;
--color-3: #f0a800;
--color-4: #ff6e61;
--color-5: #e63746;
}

50's Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b93d, #f1e1a7, #f0a800, #ff6e61, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b93d, #f1e1a7, #f0a800, #ff6e61, #e63746);
}

50's Vibes color palette created on .