Brown Milk Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Milk Cookie palette
Brown Milk Cookie color palette CSS
/* CSS */
.color-1 {
color: #e0c8ae;
}
.color-2 {
color: #d6b89a;
}
.color-3 {
color: #c5a06d;
}
.color-4 {
color: #b59c78;
}
.color-5 {
color: #a67d5e;
}
/* CSS Variables */
:root {
--color-1: #e0c8ae;
--color-2: #d6b89a;
--color-3: #c5a06d;
--color-4: #b59c78;
--color-5: #a67d5e;
}
Brown Milk Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c8ae, #d6b89a, #c5a06d, #b59c78, #a67d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c8ae, #d6b89a, #c5a06d, #b59c78, #a67d5e);
}
Similar color palettes
Brown Milk Cookie color palette created on .