Paleta de colores Blue Adventure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Adventure palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Adventure

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3b6d8c;
}
.color-3 {
color: #5dafbb;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3b6d8c;
--color-3: #5dafbb;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Blue Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3b6d8c, #5dafbb, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3b6d8c, #5dafbb, #f9c54e, #f94346);
}

Blue Adventure color palette created on .