Paleta de colores Whispers of Warmth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Warmth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Warmth

/* CSS */
.color-1 {
color: #fad1b7;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f58f00;
}
.color-4 {
color: #c76a00;
}
.color-5 {
color: #7a5000;
}

/* CSS Variables */
:root {
--color-1: #fad1b7;
--color-2: #f5a300;
--color-3: #f58f00;
--color-4: #c76a00;
--color-5: #7a5000;
}

CSS del degradado de fondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad1b7, #f5a300, #f58f00, #c76a00, #7a5000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad1b7, #f5a300, #f58f00, #c76a00, #7a5000);
}

Whispers of Warmth color palette created on .