Cocoa Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cocoa Dreams palette
Cocoa Dreams color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7e5b3a;
}
.color-3 {
color: #a76d39;
}
.color-4 {
color: #d4a76e;
}
.color-5 {
color: #e5c89e;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e5b3a;
--color-3: #a76d39;
--color-4: #d4a76e;
--color-5: #e5c89e;
}
Cocoa Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e5b3a, #a76d39, #d4a76e, #e5c89e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e5b3a, #a76d39, #d4a76e, #e5c89e);
}
Similar color palettes
Cocoa Dreams color palette created on .