Paleta de colores Cocoa Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cocoa Whisper palette

Compartir esta paleta en:

Descargar la paleta de colores Cocoa Whisper (PNG)

Download cocoa whisper color palette PNG image (landscape)
Download cocoa whisper color palette PNG image (square)

CSS de la paleta de colores Cocoa Whisper

/* CSS */
.color-1 {
color: #d7c6b7;
}
.color-2 {
color: #b39b8f;
}
.color-3 {
color: #a48b7f;
}
.color-4 {
color: #8f5b5b;
}
.color-5 {
color: #6e3a3a;
}

/* CSS Variables */
:root {
--color-1: #d7c6b7;
--color-2: #b39b8f;
--color-3: #a48b7f;
--color-4: #8f5b5b;
--color-5: #6e3a3a;
}

CSS del degradado de fondo Cocoa Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6b7, #b39b8f, #a48b7f, #8f5b5b, #6e3a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6b7, #b39b8f, #a48b7f, #8f5b5b, #6e3a3a);
}

Cocoa Whisper color palette created on .