Minted Cocoa Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minted Cocoa Dreams palette

Share this palette to:

Minted Cocoa Dreams color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #4b9b59;
}
.color-3 {
color: #7a6c5c;
}
.color-4 {
color: #a35d4d;
}
.color-5 {
color: #e3c9b5;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #4b9b59;
--color-3: #7a6c5c;
--color-4: #a35d4d;
--color-5: #e3c9b5;
}

Minted Cocoa Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #4b9b59, #7a6c5c, #a35d4d, #e3c9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #4b9b59, #7a6c5c, #a35d4d, #e3c9b5);
}

Minted Cocoa Dreams color palette created on .