Brown Milk Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Milk Cookie palette

Share this palette to:

Brown Milk Cookie color palette CSS

/* CSS */
.color-1 {
color: #e4c7af;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #d0886c;
}
.color-4 {
color: #c77048;
}
.color-5 {
color: #aa4c27;
}

/* CSS Variables */
:root {
--color-1: #e4c7af;
--color-2: #d9b99b;
--color-3: #d0886c;
--color-4: #c77048;
--color-5: #aa4c27;
}

Brown Milk Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c7af, #d9b99b, #d0886c, #c77048, #aa4c27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c7af, #d9b99b, #d0886c, #c77048, #aa4c27);
}

Brown Milk Cookie color palette created on .