Paleta de colores Pink Triceratops

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Triceratops palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Triceratops

/* CSS */
.color-1 {
color: #f1a7c0;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d9b34a;
}
.color-4 {
color: #409c9a;
}
.color-5 {
color: #6a2c90;
}

/* CSS Variables */
:root {
--color-1: #f1a7c0;
--color-2: #ff6e61;
--color-3: #d9b34a;
--color-4: #409c9a;
--color-5: #6a2c90;
}

CSS del degradado de fondo Pink Triceratops

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c0, #ff6e61, #d9b34a, #409c9a, #6a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c0, #ff6e61, #d9b34a, #409c9a, #6a2c90);
}

Pink Triceratops color palette created on .