Colorful Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Beach palette
Color Inspiration
Images that showcase this color palette in real designs
Download Colorful Beach Color Palette (PNG)
Colorful Beach color palette CSS
/* CSS */
.color-1 {
color: #febed7;
}
.color-2 {
color: #fee6d7;
}
.color-3 {
color: #baedeb;
}
.color-4 {
color: #93c0f1;
}
.color-5 {
color: #fad6e6;
}
/* CSS Variables */
:root {
--color-1: #febed7;
--color-2: #fee6d7;
--color-3: #baedeb;
--color-4: #93c0f1;
--color-5: #fad6e6;
}
Colorful Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #febed7, #fee6d7, #baedeb, #93c0f1, #fad6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #febed7, #fee6d7, #baedeb, #93c0f1, #fad6e6);
}
Similar color palettes
Colorful Beach color palette created on .