Paleta de colores 60s Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 60s Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 60s Aesthetic

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

CSS de la paleta de colores 60s Aesthetic

/* 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;
}

CSS del degradado de fondo 60s Aesthetic

/* 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 .