Pink Tenderness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Tenderness palette

Share this palette to:

Pink Tenderness color palette CSS

/* CSS */
.color-1 {
color: #f9d2d6;
}
.color-2 {
color: #f4b3c2;
}
.color-3 {
color: #f1a7b9;
}
.color-4 {
color: #e78d9b;
}
.color-5 {
color: #d86f89;
}

/* CSS Variables */
:root {
--color-1: #f9d2d6;
--color-2: #f4b3c2;
--color-3: #f1a7b9;
--color-4: #e78d9b;
--color-5: #d86f89;
}

Pink Tenderness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d2d6, #f4b3c2, #f1a7b9, #e78d9b, #d86f89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d2d6, #f4b3c2, #f1a7b9, #e78d9b, #d86f89);
}

Pink Tenderness color palette created on .