Paleta de colores Neural Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neural Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Neural Breeze

Download neural breeze color palette PNG image (landscape)
Download neural breeze color palette PNG image (square)

CSS de la paleta de colores Neural Breeze

/* CSS */
.color-1 {
color: #3a9ad9;
}
.color-2 {
color: #6fd2f6;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3a9ad9;
--color-2: #6fd2f6;
--color-3: #b2e0f0;
--color-4: #ffcc66;
--color-5: #ff6e61;
}

CSS del degradado de fondo Neural Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a9ad9, #6fd2f6, #b2e0f0, #ffcc66, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a9ad9, #6fd2f6, #b2e0f0, #ffcc66, #ff6e61);
}

Neural Breeze color palette created on .