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: #4dd1a0;
}
.color-2 {
color: #a5e3e2;
}
.color-3 {
color: #f0b49e;
}
.color-4 {
color: #fddb6d;
}
.color-5 {
color: #f7b32b;
}

/* CSS Variables */
:root {
--color-1: #4dd1a0;
--color-2: #a5e3e2;
--color-3: #f0b49e;
--color-4: #fddb6d;
--color-5: #f7b32b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dd1a0, #a5e3e2, #f0b49e, #fddb6d, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dd1a0, #a5e3e2, #f0b49e, #fddb6d, #f7b32b);
}

似たようなカラーパレット

Mint Breeze color palette created on .