Pink Soft Drink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Soft Drink palette

Share this palette to:

Pink Soft Drink color palette PNG image

Download pink soft drink color palette PNG image (landscape)
Download pink soft drink color palette PNG image (square)

Pink Soft Drink color palette CSS

/* CSS */
.color-1 {
color: #f3a5b6;
}
.color-2 {
color: #f9c8d4;
}
.color-3 {
color: #fdd8e5;
}
.color-4 {
color: #ffe9c7;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #f3a5b6;
--color-2: #f9c8d4;
--color-3: #fdd8e5;
--color-4: #ffe9c7;
--color-5: #ffb3b3;
}

Pink Soft Drink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b6, #f9c8d4, #fdd8e5, #ffe9c7, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b6, #f9c8d4, #fdd8e5, #ffe9c7, #ffb3b3);
}

Pink Soft Drink color palette created on .