Paleta de colores Crimson Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Crimson Whispers

/* CSS */
.color-1 {
color: #7a1a2f;
}
.color-2 {
color: #a84d5c;
}
.color-3 {
color: #d6998a;
}
.color-4 {
color: #efc7b8;
}
.color-5 {
color: #f5e1d6;
}

/* CSS Variables */
:root {
--color-1: #7a1a2f;
--color-2: #a84d5c;
--color-3: #d6998a;
--color-4: #efc7b8;
--color-5: #f5e1d6;
}

CSS del degradado de fondo Crimson Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1a2f, #a84d5c, #d6998a, #efc7b8, #f5e1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1a2f, #a84d5c, #d6998a, #efc7b8, #f5e1d6);
}

Crimson Whispers color palette created on .