Pistachio Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pistachio Dreamscape palette
Pistachio Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #d4e8d7;
}
.color-2 {
color: #b2e0c3;
}
.color-3 {
color: #8fd6b7;
}
.color-4 {
color: #5cc7a9;
}
.color-5 {
color: #2ac0a0;
}
/* CSS Variables */
:root {
--color-1: #d4e8d7;
--color-2: #b2e0c3;
--color-3: #8fd6b7;
--color-4: #5cc7a9;
--color-5: #2ac0a0;
}
Pistachio Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e8d7, #b2e0c3, #8fd6b7, #5cc7a9, #2ac0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e8d7, #b2e0c3, #8fd6b7, #5cc7a9, #2ac0a0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Pistachio Dreamscape color palette created on .