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: #491d1d;
}
.color-2 {
color: #7c4b4b;
}
.color-3 {
color: #a56f6f;
}
.color-4 {
color: #d9a88c;
}
.color-5 {
color: #f5e1c2;
}

/* CSS Variables */
:root {
--color-1: #491d1d;
--color-2: #7c4b4b;
--color-3: #a56f6f;
--color-4: #d9a88c;
--color-5: #f5e1c2;
}

Cocoa Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491d1d, #7c4b4b, #a56f6f, #d9a88c, #f5e1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491d1d, #7c4b4b, #a56f6f, #d9a88c, #f5e1c2);
}

Cocoa Dreamscape color palette created on .