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: #5f2b2b;
}
.color-2 {
color: #a05a5a;
}
.color-3 {
color: #c89989;
}
.color-4 {
color: #e2b3a2;
}
.color-5 {
color: #f6d6c6;
}

/* CSS Variables */
:root {
--color-1: #5f2b2b;
--color-2: #a05a5a;
--color-3: #c89989;
--color-4: #e2b3a2;
--color-5: #f6d6c6;
}

Cocoa Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b2b, #a05a5a, #c89989, #e2b3a2, #f6d6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b2b, #a05a5a, #c89989, #e2b3a2, #f6d6c6);
}

Cocoa Dreamscape color palette created on .