60s Aesthetic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 60s Aesthetic palette

Share this palette to:

60s Aesthetic color palette PNG image

Download 60s aesthetic color palette PNG image (landscape)
Download 60s aesthetic color palette PNG image (square)

60s Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #91be6f;
}
.color-4 {
color: #44a248;
}
.color-5 {
color: #2d8b5d;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9c54e;
--color-3: #91be6f;
--color-4: #44a248;
--color-5: #2d8b5d;
}

60s Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9c54e, #91be6f, #44a248, #2d8b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9c54e, #91be6f, #44a248, #2d8b5d);
}

60s Aesthetic color palette created on .