Cocoa Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cocoa Dreamscape palette

Share this palette to:

Cocoa Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #593d36;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d6993d;
}
.color-4 {
color: #e7b87e;
}
.color-5 {
color: #f4e2b3;
}

/* CSS Variables */
:root {
--color-1: #593d36;
--color-2: #a85f2e;
--color-3: #d6993d;
--color-4: #e7b87e;
--color-5: #f4e2b3;
}

Cocoa Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593d36, #a85f2e, #d6993d, #e7b87e, #f4e2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593d36, #a85f2e, #d6993d, #e7b87e, #f4e2b3);
}

Cocoa Dreamscape color palette created on .