Silken Cocoa Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silken Cocoa Whispers palette

Share this palette to:

Silken Cocoa Whispers color palette CSS

/* CSS */
.color-1 {
color: #e9d0b9;
}
.color-2 {
color: #c5a79b;
}
.color-3 {
color: #a57c69;
}
.color-4 {
color: #8c5a4a;
}
.color-5 {
color: #6e4c3a;
}

/* CSS Variables */
:root {
--color-1: #e9d0b9;
--color-2: #c5a79b;
--color-3: #a57c69;
--color-4: #8c5a4a;
--color-5: #6e4c3a;
}

Silken Cocoa Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d0b9, #c5a79b, #a57c69, #8c5a4a, #6e4c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d0b9, #c5a79b, #a57c69, #8c5a4a, #6e4c3a);
}

Silken Cocoa Whispers color palette created on .