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