Paleta de colores Breezy Horizons

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Breezy Horizons palette

Compartir esta paleta en:

CSS de la paleta de colores Breezy Horizons

/* CSS */
.color-1 {
color: #6ed8f2;
}
.color-2 {
color: #a1e2d4;
}
.color-3 {
color: #f3e0b4;
}
.color-4 {
color: #f7a1a8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6ed8f2;
--color-2: #a1e2d4;
--color-3: #f3e0b4;
--color-4: #f7a1a8;
--color-5: #ff6e61;
}

CSS del degradado de fondo Breezy Horizons

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ed8f2, #a1e2d4, #f3e0b4, #f7a1a8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ed8f2, #a1e2d4, #f3e0b4, #f7a1a8, #ff6e61);
}

Breezy Horizons color palette created on .