Paleta de colores Shades of Red and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red and Blue

/* CSS */
.color-1 {
color: #d84d3b;
}
.color-2 {
color: #f7a173;
}
.color-3 {
color: #fcdaa6;
}
.color-4 {
color: #54c5f2;
}
.color-5 {
color: #4c87b8;
}

/* CSS Variables */
:root {
--color-1: #d84d3b;
--color-2: #f7a173;
--color-3: #fcdaa6;
--color-4: #54c5f2;
--color-5: #4c87b8;
}

CSS del degradado de fondo Shades of Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d84d3b, #f7a173, #fcdaa6, #54c5f2, #4c87b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d84d3b, #f7a173, #fcdaa6, #54c5f2, #4c87b8);
}

Shades of Red and Blue color palette created on .