Dreamy Cocoa Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Cocoa Delight palette

Share this palette to:

Dreamy Cocoa Delight color palette CSS

/* CSS */
.color-1 {
color: #a15b3a;
}
.color-2 {
color: #d5a66c;
}
.color-3 {
color: #e4d5b9;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #c4a26e;
}

/* CSS Variables */
:root {
--color-1: #a15b3a;
--color-2: #d5a66c;
--color-3: #e4d5b9;
--color-4: #f7e3a1;
--color-5: #c4a26e;
}

Dreamy Cocoa Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a15b3a, #d5a66c, #e4d5b9, #f7e3a1, #c4a26e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a15b3a, #d5a66c, #e4d5b9, #f7e3a1, #c4a26e);
}

Dreamy Cocoa Delight color palette created on .