Paleta de colores 70s Gemstone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 70s Gemstone palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 70s Gemstone

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

CSS de la paleta de colores 70s Gemstone

/* CSS */
.color-1 {
color: #7d9b8f;
}
.color-2 {
color: #b7d7c6;
}
.color-3 {
color: #e1b7c3;
}
.color-4 {
color: #d98e7d;
}
.color-5 {
color: #c06b5d;
}

/* CSS Variables */
:root {
--color-1: #7d9b8f;
--color-2: #b7d7c6;
--color-3: #e1b7c3;
--color-4: #d98e7d;
--color-5: #c06b5d;
}

CSS del degradado de fondo 70s Gemstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b8f, #b7d7c6, #e1b7c3, #d98e7d, #c06b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b8f, #b7d7c6, #e1b7c3, #d98e7d, #c06b5d);
}

70s Gemstone color palette created on .