Paleta de colores Vista Blue Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vista Blue Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Vista Blue Breeze

/* CSS */
.color-1 {
color: #8fd6b4;
}
.color-2 {
color: #a5e3c8;
}
.color-3 {
color: #eff9e7;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #8fd6b4;
--color-2: #a5e3c8;
--color-3: #eff9e7;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS del degradado de fondo Vista Blue Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fd6b4, #a5e3c8, #eff9e7, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fd6b4, #a5e3c8, #eff9e7, #ffb84d, #ff6e61);
}

Vista Blue Breeze color palette created on .