Pink Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Beach palette

Share this palette to:

Pink Beach color palette PNG image

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

Pink Beach color palette CSS

/* CSS */
.color-1 {
color: #fad7d1;
}
.color-2 {
color: #faf2d1;
}
.color-3 {
color: #e0f1ea;
}
.color-4 {
color: #fddde0;
}
.color-5 {
color: #fcc1b6;
}

/* CSS Variables */
:root {
--color-1: #fad7d1;
--color-2: #faf2d1;
--color-3: #e0f1ea;
--color-4: #fddde0;
--color-5: #fcc1b6;
}

Pink Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7d1, #faf2d1, #e0f1ea, #fddde0, #fcc1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7d1, #faf2d1, #e0f1ea, #fddde0, #fcc1b6);
}

Pink Beach color palette created on .