60's Vibrance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 60's Vibrance palette

Share this palette to:

60's Vibrance color palette PNG image

Download 60's vibrance color palette PNG image (landscape)
Download 60's vibrance color palette PNG image (square)

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);
}

60's Vibrance color palette created on .