Pink Sheep Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sheep palette

Share this palette to:

Download Pink Sheep Color Palette (PNG)

Download pink sheep color palette PNG image (landscape)
Download pink sheep color palette PNG image (square)

Pink Sheep color palette CSS

/* CSS */
.color-1 {
color: #f4e1d7;
}
.color-2 {
color: #f3b9c5;
}
.color-3 {
color: #f76e8e;
}
.color-4 {
color: #c1447a;
}
.color-5 {
color: #7d2c4f;
}

/* CSS Variables */
:root {
--color-1: #f4e1d7;
--color-2: #f3b9c5;
--color-3: #f76e8e;
--color-4: #c1447a;
--color-5: #7d2c4f;
}

Pink Sheep background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1d7, #f3b9c5, #f76e8e, #c1447a, #7d2c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1d7, #f3b9c5, #f76e8e, #c1447a, #7d2c4f);
}

Pink Sheep color palette created on .