Cocoa Blossom Dream Color Palette
Discover the beautiful Cocoa Blossom Dream color palette featuring quincy (#5b3a29), mulberry (#c65d7b), kobi (#eab8d1), ronchi (#f1c84b) and tobacco brown (#6f4c3e).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Cocoa Blossom Dream palette
๐ป Cocoa Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c65d7b;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c65d7b;
--color-3: #eab8d1;
--color-4: #f1c84b;
--color-5: #6f4c3e;
} ๐ Cocoa Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c65d7b, #eab8d1, #f1c84b, #6f4c3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c65d7b, #eab8d1, #f1c84b, #6f4c3e);
} ๐ Explore similar color palettes
Cocoa Blossom Dream color palette created on .