Pastel Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Beach palette

Share this palette to:

Pastel Beach color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #b6e2c7;
}
.color-3 {
color: #e4d1b4;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #4a4a4a;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #b6e2c7;
--color-3: #e4d1b4;
--color-4: #ffffff;
--color-5: #4a4a4a;
}

Pastel Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #b6e2c7, #e4d1b4, #ffffff, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #b6e2c7, #e4d1b4, #ffffff, #4a4a4a);
}

Pastel Beach color palette created on .