Cinnamon Pine Cone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cinnamon Pine Cone palette
Cinnamon Pine Cone color palette PNG image
Cinnamon Pine Cone color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d09b6c;
}
.color-3 {
color: #c3b192;
}
.color-4 {
color: #794d39;
}
.color-5 {
color: #4b2c20;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d09b6c;
--color-3: #c3b192;
--color-4: #794d39;
--color-5: #4b2c20;
}
Cinnamon Pine Cone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d09b6c, #c3b192, #794d39, #4b2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d09b6c, #c3b192, #794d39, #4b2c20);
}
Similar color palettes
Cinnamon Pine Cone color palette created on .