Paleta de colores Whispers of Crimson Twilight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Crimson Twilight palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Crimson Twilight

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #c7b2b2;
}
.color-3 {
color: #766f6f;
}
.color-4 {
color: #d70909;
}
.color-5 {
color: #3e2828;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #c7b2b2;
--color-3: #766f6f;
--color-4: #d70909;
--color-5: #3e2828;
}

CSS del degradado de fondo Whispers of Crimson Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #c7b2b2, #766f6f, #d70909, #3e2828);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #c7b2b2, #766f6f, #d70909, #3e2828);
}

Paletas de colores similares

Whispers of Crimson Twilight color palette created on .