Pinecone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pinecone palette
Pinecone color palette PNG image
Pinecone color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a65b3a;
}
.color-3 {
color: #c78c5c;
}
.color-4 {
color: #e9d3a0;
}
.color-5 {
color: #f2e1b5;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a65b3a;
--color-3: #c78c5c;
--color-4: #e9d3a0;
--color-5: #f2e1b5;
}
Pinecone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a65b3a, #c78c5c, #e9d3a0, #f2e1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a65b3a, #c78c5c, #e9d3a0, #f2e1b5);
}
Similar color palettes
Pinecone color palette created on .