Mint Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mint Breeze palette

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

Mint Breeze カラー パレット PNG 画像

Download mint breeze color palette PNG image (landscape)
Download mint breeze color palette PNG image (square)

Mint Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #7fc3b2;
}
.color-3 {
color: #5bae8d;
}
.color-4 {
color: #3c9a6e;
}
.color-5 {
color: #2c7d5a;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #7fc3b2;
--color-3: #5bae8d;
--color-4: #3c9a6e;
--color-5: #2c7d5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #7fc3b2, #5bae8d, #3c9a6e, #2c7d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #7fc3b2, #5bae8d, #3c9a6e, #2c7d5a);
}

Mint Breeze color palette created on .