Loading...

Pink Strawberry Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Strawberry Delight palette

Share this palette to:

Download Pink Strawberry Delight Color Palette (PNG)

Download pink strawberry delight color palette PNG image (landscape)
Download pink strawberry delight color palette PNG image (square)

Pink Strawberry Delight color palette CSS

/* CSS */
.color-1 {
color: #ffd6dc;
}
.color-2 {
color: #ffebef;
}
.color-3 {
color: #fffbfa;
}
.color-4 {
color: #fff2eb;
}
.color-5 {
color: #ffe0e8;
}

/* CSS Variables */
:root {
--color-1: #ffd6dc;
--color-2: #ffebef;
--color-3: #fffbfa;
--color-4: #fff2eb;
--color-5: #ffe0e8;
}

Pink Strawberry Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6dc, #ffebef, #fffbfa, #fff2eb, #ffe0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6dc, #ffebef, #fffbfa, #fff2eb, #ffe0e8);
}

Pink Strawberry Delight color palette created on .