Pastel Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Beach palette

Share this palette to:

Download Pastel Beach Color Palette (PNG)

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

Pastel Beach color palette CSS

/* CSS */
.color-1 {
color: #fae9bd;
}
.color-2 {
color: #e1cee9;
}
.color-3 {
color: #c3d2e5;
}
.color-4 {
color: #f8c3b9;
}
.color-5 {
color: #b06c4f;
}

/* CSS Variables */
:root {
--color-1: #fae9bd;
--color-2: #e1cee9;
--color-3: #c3d2e5;
--color-4: #f8c3b9;
--color-5: #b06c4f;
}

Pastel Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fae9bd, #e1cee9, #c3d2e5, #f8c3b9, #b06c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fae9bd, #e1cee9, #c3d2e5, #f8c3b9, #b06c4f);
}

Pastel Beach color palette created on .