Paleta de colores Light Blue Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Blue Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Light Blue Breeze

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #f9cda4;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #7fd959;
--color-3: #f9cda4;
--color-4: #ff6e61;
--color-5: #ffb300;
}

CSS del degradado de fondo Light Blue Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #7fd959, #f9cda4, #ff6e61, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #7fd959, #f9cda4, #ff6e61, #ffb300);
}

Light Blue Breeze color palette created on .