Paleta de colores Gilded Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gilded Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Gilded Whispers

/* CSS */
.color-1 {
color: #f6d2a2;
}
.color-2 {
color: #e9a36d;
}
.color-3 {
color: #c39f6f;
}
.color-4 {
color: #9f7c60;
}
.color-5 {
color: #7d5b4f;
}

/* CSS Variables */
:root {
--color-1: #f6d2a2;
--color-2: #e9a36d;
--color-3: #c39f6f;
--color-4: #9f7c60;
--color-5: #7d5b4f;
}

CSS del degradado de fondo Gilded Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d2a2, #e9a36d, #c39f6f, #9f7c60, #7d5b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d2a2, #e9a36d, #c39f6f, #9f7c60, #7d5b4f);
}

Gilded Whispers color palette created on .