Petrichor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Petrichor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Petrichor Color Palette (PNG)
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);
}
Similar color palettes
Petrichor color palette created on .