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: #4b3d2a;
}
.color-2 {
color: #8c705f;
}
.color-3 {
color: #b7a99a;
}
.color-4 {
color: #e6d9c1;
}
.color-5 {
color: #f9f4e7;
}

/* CSS Variables */
:root {
--color-1: #4b3d2a;
--color-2: #8c705f;
--color-3: #b7a99a;
--color-4: #e6d9c1;
--color-5: #f9f4e7;
}

Cocoa Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d2a, #8c705f, #b7a99a, #e6d9c1, #f9f4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d2a, #8c705f, #b7a99a, #e6d9c1, #f9f4e7);
}

Cocoa Dreamscape color palette created on .