Paleta de colores Unique Red and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Unique Red and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Unique Red and Blue

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f25f95;
}
.color-4 {
color: #1e4d2b;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #4b91e2;
--color-3: #f25f95;
--color-4: #1e4d2b;
--color-5: #ffb300;
}

CSS del degradado de fondo Unique Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #4b91e2, #f25f95, #1e4d2b, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #4b91e2, #f25f95, #1e4d2b, #ffb300);
}

Unique Red and Blue color palette created on .