Paleta de colores Dragon Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dragon Red palette

Compartir esta paleta en:

CSS de la paleta de colores Dragon Red

/* CSS */
.color-1 {
color: #b93c3e;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #ffdc6b;
}
.color-4 {
color: #2a9d90;
}
.color-5 {
color: #274754;
}

/* CSS Variables */
:root {
--color-1: #b93c3e;
--color-2: #f4a462;
--color-3: #ffdc6b;
--color-4: #2a9d90;
--color-5: #274754;
}

CSS del degradado de fondo Dragon Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c3e, #f4a462, #ffdc6b, #2a9d90, #274754);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c3e, #f4a462, #ffdc6b, #2a9d90, #274754);
}

Dragon Red color palette created on .