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: #b13951;
}
.color-2 {
color: #f0b2b4;
}
.color-3 {
color: #f6d6a2;
}
.color-4 {
color: #f9e49f;
}
.color-5 {
color: #f6c73c;
}

/* CSS Variables */
:root {
--color-1: #b13951;
--color-2: #f0b2b4;
--color-3: #f6d6a2;
--color-4: #f9e49f;
--color-5: #f6c73c;
}

CSS del degradado de fondo Crimson Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b13951, #f0b2b4, #f6d6a2, #f9e49f, #f6c73c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b13951, #f0b2b4, #f6d6a2, #f9e49f, #f6c73c);
}

Crimson Whispers color palette created on .