Minted Cocoa Bliss Color Palette
Discover the beautiful Minted Cocoa Bliss color palette featuring paarl (#a35b2e), deco (#b7d99b), water leaf (#a2e6d5), double colonial white (#f0e4b2) and east side (#c18ad0).
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 Minted Cocoa Bliss palette
๐ป Minted Cocoa Bliss color palette CSS
/* CSS */
.color-1 {
color: #a35b2e;
}
.color-2 {
color: #b7d99b;
}
.color-3 {
color: #a2e6d5;
}
.color-4 {
color: #f0e4b2;
}
.color-5 {
color: #c18ad0;
}
/* CSS Variables */
:root {
--color-1: #a35b2e;
--color-2: #b7d99b;
--color-3: #a2e6d5;
--color-4: #f0e4b2;
--color-5: #c18ad0;
}
๐ Minted Cocoa Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a35b2e, #b7d99b, #a2e6d5, #f0e4b2, #c18ad0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a35b2e, #b7d99b, #a2e6d5, #f0e4b2, #c18ad0);
}
๐ Explore similar color palettes
Minted Cocoa Bliss color palette created on .