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 CSS

/* CSS */
.color-1 {
color: #e7b2b1;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #f7cbca;
}
.color-4 {
color: #b2e0d1;
}
.color-5 {
color: #84c9d2;
}

/* CSS Variables */
:root {
--color-1: #e7b2b1;
--color-2: #f6a4a2;
--color-3: #f7cbca;
--color-4: #b2e0d1;
--color-5: #84c9d2;
}

Pink Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b2b1, #f6a4a2, #f7cbca, #b2e0d1, #84c9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b2b1, #f6a4a2, #f7cbca, #b2e0d1, #84c9d2);
}

Pink Beach color palette created on .