Pistachio Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pistachio Dream palette
Pistachio Dream color palette CSS
/* CSS */
.color-1 {
color: #a7d7ba;
}
.color-2 {
color: #b6e2d6;
}
.color-3 {
color: #e9f1e9;
}
.color-4 {
color: #f0d6a8;
}
.color-5 {
color: #d1c17a;
}
/* CSS Variables */
:root {
--color-1: #a7d7ba;
--color-2: #b6e2d6;
--color-3: #e9f1e9;
--color-4: #f0d6a8;
--color-5: #d1c17a;
}
Pistachio Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7ba, #b6e2d6, #e9f1e9, #f0d6a8, #d1c17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7ba, #b6e2d6, #e9f1e9, #f0d6a8, #d1c17a);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Pistachio Dream color palette created on .