Paleta de colores Blue Alev

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Alev palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Alev

/* CSS */
.color-1 {
color: #e3b33b;
}
.color-2 {
color: #f9e59f;
}
.color-3 {
color: #d0e2f6;
}
.color-4 {
color: #a4d5f4;
}
.color-5 {
color: #4d8bff;
}

/* CSS Variables */
:root {
--color-1: #e3b33b;
--color-2: #f9e59f;
--color-3: #d0e2f6;
--color-4: #a4d5f4;
--color-5: #4d8bff;
}

CSS del degradado de fondo Blue Alev

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b33b, #f9e59f, #d0e2f6, #a4d5f4, #4d8bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b33b, #f9e59f, #d0e2f6, #a4d5f4, #4d8bff);
}

Blue Alev color palette created on .