Mint Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mint Bliss palette

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

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

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

Mint Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #a4dab9;
}
.color-2 {
color: #72c5b5;
}
.color-3 {
color: #4cae7b;
}
.color-4 {
color: #2e8a57;
}
.color-5 {
color: #1e4d3b;
}

/* CSS Variables */
:root {
--color-1: #a4dab9;
--color-2: #72c5b5;
--color-3: #4cae7b;
--color-4: #2e8a57;
--color-5: #1e4d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dab9, #72c5b5, #4cae7b, #2e8a57, #1e4d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dab9, #72c5b5, #4cae7b, #2e8a57, #1e4d3b);
}

Mint Bliss color palette created on .