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: #502b30;
}
.color-2 {
color: #7a4d50;
}
.color-3 {
color: #b6897c;
}
.color-4 {
color: #f2b99c;
}
.color-5 {
color: #fdd6af;
}

/* CSS Variables */
:root {
--color-1: #502b30;
--color-2: #7a4d50;
--color-3: #b6897c;
--color-4: #f2b99c;
--color-5: #fdd6af;
}

CSS del degradado de fondo Crimson Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b30, #7a4d50, #b6897c, #f2b99c, #fdd6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b30, #7a4d50, #b6897c, #f2b99c, #fdd6af);
}

Crimson Whispers color palette created on .