Stanford Pines Color Palette
Discover the beautiful Stanford Pines color palette featuring anzac (#e0b942), fruit salad (#4b8b59), ming (#3b6d8c), butterfly bush (#6a4e8d) and sanguine brown (#9d3f40).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Stanford Pines palette
💻 Stanford Pines color palette CSS
/* CSS */
.color-1 {
color: #e0b942;
}
.color-2 {
color: #4b8b59;
}
.color-3 {
color: #3b6d8c;
}
.color-4 {
color: #6a4e8d;
}
.color-5 {
color: #9d3f40;
}
/* CSS Variables */
:root {
--color-1: #e0b942;
--color-2: #4b8b59;
--color-3: #3b6d8c;
--color-4: #6a4e8d;
--color-5: #9d3f40;
} 🌈 Stanford Pines background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b942, #4b8b59, #3b6d8c, #6a4e8d, #9d3f40);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b942, #4b8b59, #3b6d8c, #6a4e8d, #9d3f40);
} 🔗 Explore similar color palettes
Stanford Pines color palette created on .