Light Blue Seagull Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Seagull palette
Light Blue Seagull color palette CSS
/* CSS */
.color-1 {
color: #80ccea;
}
.color-2 {
color: #b2e1f5;
}
.color-3 {
color: #d5f5fb;
}
.color-4 {
color: #ffab66;
}
.color-5 {
color: #ffa07a;
}
/* CSS Variables */
:root {
--color-1: #80ccea;
--color-2: #b2e1f5;
--color-3: #d5f5fb;
--color-4: #ffab66;
--color-5: #ffa07a;
}
Light Blue Seagull background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80ccea, #b2e1f5, #d5f5fb, #ffab66, #ffa07a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80ccea, #b2e1f5, #d5f5fb, #ffab66, #ffa07a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Light Blue Seagull color palette created on .