Light Blue Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Beach palette
Light Blue Beach color palette CSS
/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #9fe0f4;
}
.color-3 {
color: #b5f2e7;
}
.color-4 {
color: #f6d58e;
}
.color-5 {
color: #f2706e;
}
/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #9fe0f4;
--color-3: #b5f2e7;
--color-4: #f6d58e;
--color-5: #f2706e;
}
Light Blue Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #9fe0f4, #b5f2e7, #f6d58e, #f2706e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #9fe0f4, #b5f2e7, #f6d58e, #f2706e);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Light Blue Beach color palette created on .