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: #bbe8d6;
}
.color-2 {
color: #a3e0c2;
}
.color-3 {
color: #7ad6a7;
}
.color-4 {
color: #4fbf9c;
}
.color-5 {
color: #2da97a;
}

/* CSS Variables */
:root {
--color-1: #bbe8d6;
--color-2: #a3e0c2;
--color-3: #7ad6a7;
--color-4: #4fbf9c;
--color-5: #2da97a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}

Mint Breeze color palette created on .