Anos 60 Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Anos 60 palette

Share this palette to:

Anos 60 color palette PNG image

Download anos 60 color palette PNG image (landscape)
Download anos 60 color palette PNG image (square)

Anos 60 color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #70a4d2;
}
.color-3 {
color: #ffc64d;
}
.color-4 {
color: #e04f38;
}
.color-5 {
color: #4c8b3c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #70a4d2;
--color-3: #ffc64d;
--color-4: #e04f38;
--color-5: #4c8b3c;
}

Anos 60 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #70a4d2, #ffc64d, #e04f38, #4c8b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #70a4d2, #ffc64d, #e04f38, #4c8b3c);
}

Anos 60 color palette created on .