Pistachio Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pistachio Dream palette

このパレットを共有する先:

Pistachio Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b2e1c5;
}
.color-3 {
color: #cfe2b1;
}
.color-4 {
color: #e4f0a3;
}
.color-5 {
color: #f9f4b4;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b2e1c5;
--color-3: #cfe2b1;
--color-4: #e4f0a3;
--color-5: #f9f4b4;
}

Pistachio Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b2e1c5, #cfe2b1, #e4f0a3, #f9f4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b2e1c5, #cfe2b1, #e4f0a3, #f9f4b4);
}

Pistachio Dream color palette created on .