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: #a9e0b5;
}
.color-2 {
color: #7dd8a9;
}
.color-3 {
color: #4acfa0;
}
.color-4 {
color: #27b48e;
}
.color-5 {
color: #1c9b7b;
}

/* CSS Variables */
:root {
--color-1: #a9e0b5;
--color-2: #7dd8a9;
--color-3: #4acfa0;
--color-4: #27b48e;
--color-5: #1c9b7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0b5, #7dd8a9, #4acfa0, #27b48e, #1c9b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0b5, #7dd8a9, #4acfa0, #27b48e, #1c9b7b);
}

Mint Breeze color palette created on .