Paleta de colores Blue Darkworld

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Darkworld palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Darkworld

/* CSS */
.color-1 {
color: #3a2c4e;
}
.color-2 {
color: #4e6a8d;
}
.color-3 {
color: #78a1b0;
}
.color-4 {
color: #b8e0c1;
}
.color-5 {
color: #f4cdd3;
}

/* CSS Variables */
:root {
--color-1: #3a2c4e;
--color-2: #4e6a8d;
--color-3: #78a1b0;
--color-4: #b8e0c1;
--color-5: #f4cdd3;
}

CSS del degradado de fondo Blue Darkworld

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c4e, #4e6a8d, #78a1b0, #b8e0c1, #f4cdd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c4e, #4e6a8d, #78a1b0, #b8e0c1, #f4cdd3);
}

Blue Darkworld color palette created on .