Cocoa Cat Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cocoa Cat Dreams palette
Cocoa Cat Dreams color palette CSS
/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #8d5b3a;
}
.color-3 {
color: #f5e9c2;
}
.color-4 {
color: #6a4e39;
}
.color-5 {
color: #f4a662;
}
/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #8d5b3a;
--color-3: #f5e9c2;
--color-4: #6a4e39;
--color-5: #f4a662;
}
Cocoa Cat Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #8d5b3a, #f5e9c2, #6a4e39, #f4a662);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #8d5b3a, #f5e9c2, #6a4e39, #f4a662);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Cocoa Cat Dreams color palette created on .