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: #fefdfb;
}
.color-2 {
color: #fdf1dd;
}
.color-3 {
color: #efd5b8;
}
.color-4 {
color: #efd79a;
}
.color-5 {
color: #d7be84;
}
/* CSS Variables */
:root {
--color-1: #fefdfb;
--color-2: #fdf1dd;
--color-3: #efd5b8;
--color-4: #efd79a;
--color-5: #d7be84;
}
CSS del degradado de fondo Whispers of Warmth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefdfb, #fdf1dd, #efd5b8, #efd79a, #d7be84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefdfb, #fdf1dd, #efd5b8, #efd79a, #d7be84);
}
Paletas de colores similares
Whispers of Warmth color palette created on .