Pink Shedletkey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shedletkey palette

Share this palette to:

Pink Shedletkey color palette CSS

/* CSS */
.color-1 {
color: #f3c5a0;
}
.color-2 {
color: #f8b58b;
}
.color-3 {
color: #f6a4a2;
}
.color-4 {
color: #f47f7b;
}
.color-5 {
color: #e05c77;
}

/* CSS Variables */
:root {
--color-1: #f3c5a0;
--color-2: #f8b58b;
--color-3: #f6a4a2;
--color-4: #f47f7b;
--color-5: #e05c77;
}

Pink Shedletkey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c5a0, #f8b58b, #f6a4a2, #f47f7b, #e05c77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c5a0, #f8b58b, #f6a4a2, #f47f7b, #e05c77);
}

Pink Shedletkey color palette created on .