Paleta de colores Bright 70s

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright 70s palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bright 70s

Download bright 70s color palette PNG image (landscape)
Download bright 70s color palette PNG image (square)

CSS de la paleta de colores Bright 70s

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ff6bb5;
}
.color-4 {
color: #abff2e;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffd900;
--color-3: #ff6bb5;
--color-4: #abff2e;
--color-5: #00bfff;
}

CSS del degradado de fondo Bright 70s

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffd900, #ff6bb5, #abff2e, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffd900, #ff6bb5, #abff2e, #00bfff);
}

Bright 70s color palette created on .