Paleta de colores Light Blue Seagull

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Blue Seagull palette

Compartir esta paleta en:

CSS de la paleta de colores Light Blue Seagull

/* 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;
}

CSS del degradado de fondo Light Blue Seagull

/* 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);
}

Light Blue Seagull color palette created on .