60's Vibrance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 60's Vibrance palette
60's Vibrance color palette PNG image
60's Vibrance color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9924;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #a3d86e;
}
.color-5 {
color: #6cb4e4;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9924;
--color-3: #ffcc4d;
--color-4: #a3d86e;
--color-5: #6cb4e4;
}
60's Vibrance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9924, #ffcc4d, #a3d86e, #6cb4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9924, #ffcc4d, #a3d86e, #6cb4e4);
}
Similar color palettes
60's Vibrance color palette created on .