Paleta de colores Pink Silky Quartz

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Silky Quartz palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Silky Quartz

/* CSS */
.color-1 {
color: #e5c8d5;
}
.color-2 {
color: #d0b4c8;
}
.color-3 {
color: #d1a3b0;
}
.color-4 {
color: #a67d9d;
}
.color-5 {
color: #a48c89;
}

/* CSS Variables */
:root {
--color-1: #e5c8d5;
--color-2: #d0b4c8;
--color-3: #d1a3b0;
--color-4: #a67d9d;
--color-5: #a48c89;
}

CSS del degradado de fondo Pink Silky Quartz

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c8d5, #d0b4c8, #d1a3b0, #a67d9d, #a48c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c8d5, #d0b4c8, #d1a3b0, #a67d9d, #a48c89);
}

Pink Silky Quartz color palette created on .