Mint Chocolate Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mint Chocolate Dream palette

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

Mint Chocolate Dream カラー パレット PNG 画像

Download mint chocolate dream color palette PNG image (landscape)
Download mint chocolate dream color palette PNG image (square)

Mint Chocolate Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a5d9d2;
}
.color-2 {
color: #e2f3ee;
}
.color-3 {
color: #b6f6e7;
}
.color-4 {
color: #a1d3d1;
}
.color-5 {
color: #c5e2e0;
}

/* CSS Variables */
:root {
--color-1: #a5d9d2;
--color-2: #e2f3ee;
--color-3: #b6f6e7;
--color-4: #a1d3d1;
--color-5: #c5e2e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d9d2, #e2f3ee, #b6f6e7, #a1d3d1, #c5e2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d9d2, #e2f3ee, #b6f6e7, #a1d3d1, #c5e2e0);
}

Mint Chocolate Dream color palette created on .