Paleta de colores Blue Apocalypse

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Apocalypse palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Apocalypse

/* CSS */
.color-1 {
color: #3e4e7e;
}
.color-2 {
color: #808dbc;
}
.color-3 {
color: #b2c3e0;
}
.color-4 {
color: #e7e7a2;
}
.color-5 {
color: #e5b252;
}

/* CSS Variables */
:root {
--color-1: #3e4e7e;
--color-2: #808dbc;
--color-3: #b2c3e0;
--color-4: #e7e7a2;
--color-5: #e5b252;
}

CSS del degradado de fondo Blue Apocalypse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4e7e, #808dbc, #b2c3e0, #e7e7a2, #e5b252);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4e7e, #808dbc, #b2c3e0, #e7e7a2, #e5b252);
}

Blue Apocalypse color palette created on .