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