Paleta de colores Crimson Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Reverie

/* CSS */
.color-1 {
color: #6d2c46;
}
.color-2 {
color: #9b5064;
}
.color-3 {
color: #c37f8c;
}
.color-4 {
color: #e2b1c4;
}
.color-5 {
color: #f4d7e0;
}

/* CSS Variables */
:root {
--color-1: #6d2c46;
--color-2: #9b5064;
--color-3: #c37f8c;
--color-4: #e2b1c4;
--color-5: #f4d7e0;
}

CSS del degradado de fondo Crimson Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c46, #9b5064, #c37f8c, #e2b1c4, #f4d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c46, #9b5064, #c37f8c, #e2b1c4, #f4d7e0);
}

Crimson Reverie color palette created on .