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