Paleta de colores Whipped Cocoa Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whipped Cocoa Dreams palette
CSS de la paleta de colores Whipped Cocoa Dreams
/* CSS */
.color-1 {
color: #f4e3d7;
}
.color-2 {
color: #d0c0af;
}
.color-3 {
color: #b7a89a;
}
.color-4 {
color: #f0baa8;
}
.color-5 {
color: #e4b46c;
}
/* CSS Variables */
:root {
--color-1: #f4e3d7;
--color-2: #d0c0af;
--color-3: #b7a89a;
--color-4: #f0baa8;
--color-5: #e4b46c;
}
CSS del degradado de fondo Whipped Cocoa Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e3d7, #d0c0af, #b7a89a, #f0baa8, #e4b46c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e3d7, #d0c0af, #b7a89a, #f0baa8, #e4b46c);
}
Paletas de colores similares
Whipped Cocoa Dreams color palette created on .