Paleta de colores Crimson Expedition

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Expedition palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Expedition

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #d6b84c;
}
.color-5 {
color: #f15d3b;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #f76e6e;
--color-3: #f4a462;
--color-4: #d6b84c;
--color-5: #f15d3b;
}

CSS del degradado de fondo Crimson Expedition

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #f76e6e, #f4a462, #d6b84c, #f15d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #f76e6e, #f4a462, #d6b84c, #f15d3b);
}

Crimson Expedition color palette created on .