Pink Tori Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Tori palette

Share this palette to:

Pink Tori color palette CSS

/* CSS */
.color-1 {
color: #e2a7d2;
}
.color-2 {
color: #f6b6b1;
}
.color-3 {
color: #f7d87e;
}
.color-4 {
color: #f5e68e;
}
.color-5 {
color: #77c2d4;
}

/* CSS Variables */
:root {
--color-1: #e2a7d2;
--color-2: #f6b6b1;
--color-3: #f7d87e;
--color-4: #f5e68e;
--color-5: #77c2d4;
}

Pink Tori background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a7d2, #f6b6b1, #f7d87e, #f5e68e, #77c2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a7d2, #f6b6b1, #f7d87e, #f5e68e, #77c2d4);
}

Pink Tori color palette created on .