Paleta de colores Blue Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Breeze

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4fb4d8;
}
.color-3 {
color: #6cd5c0;
}
.color-4 {
color: #b4e9a5;
}
.color-5 {
color: #f5e88a;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb4d8;
--color-3: #6cd5c0;
--color-4: #b4e9a5;
--color-5: #f5e88a;
}

CSS del degradado de fondo Blue Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb4d8, #6cd5c0, #b4e9a5, #f5e88a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb4d8, #6cd5c0, #b4e9a5, #f5e88a);
}

Blue Breeze color palette created on .