Cocoa Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cocoa Serenade palette
Cocoa Serenade color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #3e2723;
}
.color-3 {
color: #b68958;
}
.color-4 {
color: #d7b579;
}
.color-5 {
color: #f5e4d6;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #3e2723;
--color-3: #b68958;
--color-4: #d7b579;
--color-5: #f5e4d6;
}
Cocoa Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #3e2723, #b68958, #d7b579, #f5e4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #3e2723, #b68958, #d7b579, #f5e4d6);
}
Similar color palettes
Cocoa Serenade color palette created on .