Paleta de colores Dark Red and Light Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Red and Light Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Red and Light Blue

/* CSS */
.color-1 {
color: #7d2b2f;
}
.color-2 {
color: #a7c5d7;
}
.color-3 {
color: #c8a49d;
}
.color-4 {
color: #e6b800;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #7d2b2f;
--color-2: #a7c5d7;
--color-3: #c8a49d;
--color-4: #e6b800;
--color-5: #f05a28;
}

CSS del degradado de fondo Dark Red and Light Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2b2f, #a7c5d7, #c8a49d, #e6b800, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2b2f, #a7c5d7, #c8a49d, #e6b800, #f05a28);
}

Dark Red and Light Blue color palette created on .