Paleta de colores Pink Trauma

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Trauma palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Trauma

/* CSS */
.color-1 {
color: #f1c6d7;
}
.color-2 {
color: #e5a4c7;
}
.color-3 {
color: #d87dcb;
}
.color-4 {
color: #a75cb2;
}
.color-5 {
color: #6f2c90;
}

/* CSS Variables */
:root {
--color-1: #f1c6d7;
--color-2: #e5a4c7;
--color-3: #d87dcb;
--color-4: #a75cb2;
--color-5: #6f2c90;
}

CSS del degradado de fondo Pink Trauma

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d7, #e5a4c7, #d87dcb, #a75cb2, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d7, #e5a4c7, #d87dcb, #a75cb2, #6f2c90);
}

Pink Trauma color palette created on .