Petrichor Color Palette
Discover the beautiful Petrichor color palette featuring zanah (#e0edd7), willow brook (#ebf2e8), bianca (#fcfbf4), double pearl lusta (#fcf4cd) and wheat (#f5d8ac).
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 Petrichor palette
💻 Petrichor color palette CSS
/* CSS */
.color-1 {
color: #e0edd7;
}
.color-2 {
color: #ebf2e8;
}
.color-3 {
color: #fcfbf4;
}
.color-4 {
color: #fcf4cd;
}
.color-5 {
color: #f5d8ac;
}
/* CSS Variables */
:root {
--color-1: #e0edd7;
--color-2: #ebf2e8;
--color-3: #fcfbf4;
--color-4: #fcf4cd;
--color-5: #f5d8ac;
} 🌈 Petrichor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0edd7, #ebf2e8, #fcfbf4, #fcf4cd, #f5d8ac);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0edd7, #ebf2e8, #fcfbf4, #fcf4cd, #f5d8ac);
} 🔗 Explore similar color palettes
Petrichor color palette created on .