Soft Cocoa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Cocoa palette
Soft Cocoa color palette PNG image
Soft Cocoa color palette CSS
/* CSS */
.color-1 {
color: #d6b19a;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #e3cfc0;
}
.color-4 {
color: #f2e3d4;
}
.color-5 {
color: #f9f2ec;
}
/* CSS Variables */
:root {
--color-1: #d6b19a;
--color-2: #d8c6b0;
--color-3: #e3cfc0;
--color-4: #f2e3d4;
--color-5: #f9f2ec;
}
Soft Cocoa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b19a, #d8c6b0, #e3cfc0, #f2e3d4, #f9f2ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b19a, #d8c6b0, #e3cfc0, #f2e3d4, #f9f2ec);
}
Similar color palettes
Soft Cocoa color palette created on .