Paleta de colores Crimson Echoes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Echoes palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Echoes

/* CSS */
.color-1 {
color: #b63e3e;
}
.color-2 {
color: #e26060;
}
.color-3 {
color: #f3a47c;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #3e3eb6;
}

/* CSS Variables */
:root {
--color-1: #b63e3e;
--color-2: #e26060;
--color-3: #f3a47c;
--color-4: #f5e6a8;
--color-5: #3e3eb6;
}

CSS del degradado de fondo Crimson Echoes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b63e3e, #e26060, #f3a47c, #f5e6a8, #3e3eb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b63e3e, #e26060, #f3a47c, #f5e6a8, #3e3eb6);
}

Crimson Echoes color palette created on .