Paleta de colores Whispers of Warmth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
CSS de la paleta de colores Whispers of Warmth
/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f6f1df;
}
.color-3 {
color: #d9cebf;
}
.color-4 {
color: #c6a995;
}
.color-5 {
color: #af8674;
}
/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f6f1df;
--color-3: #d9cebf;
--color-4: #c6a995;
--color-5: #af8674;
}
CSS del degradado de fondo Whispers of Warmth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f6f1df, #d9cebf, #c6a995, #af8674);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f6f1df, #d9cebf, #c6a995, #af8674);
}
Paletas de colores similares
Whispers of Warmth color palette created on .