Pastel Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Beach palette
Pastel Beach color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f9d9b9;
}
.color-3 {
color: #f1e7a2;
}
.color-4 {
color: #bae2a7;
}
.color-5 {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f9d9b9;
--color-3: #f1e7a2;
--color-4: #bae2a7;
--color-5: #a3d8e0;
}
Pastel Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f9d9b9, #f1e7a2, #bae2a7, #a3d8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f9d9b9, #f1e7a2, #bae2a7, #a3d8e0);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Pastel Beach color palette created on .