Paleta de colores Blue Rex

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Rex palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Rex (PNG)

Download blue rex color palette PNG image (landscape)
Download blue rex color palette PNG image (square)

CSS de la paleta de colores Blue Rex

/* CSS */
.color-1 {
color: #1f3d89;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #88a2d3;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1f3d89;
--color-2: #4a7cba;
--color-3: #88a2d3;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Blue Rex

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d89, #4a7cba, #88a2d3, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d89, #4a7cba, #88a2d3, #f9c54e, #f94346);
}

Blue Rex color palette created on .