Paleta de colores Crimson Mirage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Mirage palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Mirage

/* CSS */
.color-1 {
color: #f3ab5e;
}
.color-2 {
color: #f24826;
}
.color-3 {
color: #6d2c90;
}
.color-4 {
color: #3e8e8e;
}
.color-5 {
color: #2b9c7a;
}

/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #f24826;
--color-3: #6d2c90;
--color-4: #3e8e8e;
--color-5: #2b9c7a;
}

CSS del degradado de fondo Crimson Mirage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #f24826, #6d2c90, #3e8e8e, #2b9c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #f24826, #6d2c90, #3e8e8e, #2b9c7a);
}

Crimson Mirage color palette created on .