Hawaii Coffee Farm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hawaii Coffee Farm palette
Hawaii Coffee Farm color palette PNG image
Hawaii Coffee Farm color palette CSS
/* CSS */
.color-1 {
color: #7a3e3e;
}
.color-2 {
color: #c47e40;
}
.color-3 {
color: #e4ba4e;
}
.color-4 {
color: #f4e9c3;
}
.color-5 {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--color-1: #7a3e3e;
--color-2: #c47e40;
--color-3: #e4ba4e;
--color-4: #f4e9c3;
--color-5: #f7f7f7;
}
Hawaii Coffee Farm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3e3e, #c47e40, #e4ba4e, #f4e9c3, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3e3e, #c47e40, #e4ba4e, #f4e9c3, #f7f7f7);
}
Similar color palettes
Hawaii Coffee Farm color palette created on .