Creamy Cocoa Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Cocoa Whispers palette

Share this palette to:

Creamy Cocoa Whispers color palette CSS

/* CSS */
.color-1 {
color: #e9d3b9;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #a79e90;
}
.color-4 {
color: #6c4e3d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #e9d3b9;
--color-2: #d3b58d;
--color-3: #a79e90;
--color-4: #6c4e3d;
--color-5: #4e3b31;
}

Creamy Cocoa Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3b9, #d3b58d, #a79e90, #6c4e3d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3b9, #d3b58d, #a79e90, #6c4e3d, #4e3b31);
}

Creamy Cocoa Whispers color palette created on .