Pink Triceratops Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Triceratops palette

Share this palette to:

Pink Triceratops color palette CSS

/* 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;
}

Pink Triceratops background gradient CSS

/* 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 .