Paleta de colores Year of 1971
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Year of 1971 palette
Imagen PNG de la paleta de colores Year of 1971
CSS de la paleta de colores Year of 1971
/* CSS */
.color-1 {
color: #d4a38c;
}
.color-2 {
color: #c78e6b;
}
.color-3 {
color: #a65e3a;
}
.color-4 {
color: #e9b36d;
}
.color-5 {
color: #f9c4b9;
}
/* CSS Variables */
:root {
--color-1: #d4a38c;
--color-2: #c78e6b;
--color-3: #a65e3a;
--color-4: #e9b36d;
--color-5: #f9c4b9;
}
CSS del degradado de fondo Year of 1971
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a38c, #c78e6b, #a65e3a, #e9b36d, #f9c4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a38c, #c78e6b, #a65e3a, #e9b36d, #f9c4b9);
}
Paletas de colores similares
Year of 1971 color palette created on .