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