Snowy Mint カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Snowy Mint palette

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

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

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

Snowy Mint カラーパレット CSS

/* CSS */
.color-1 {
color: #d6ffdb;
}
.color-2 {
color: #a8e1d6;
}
.color-3 {
color: #6cc6c1;
}
.color-4 {
color: #3bb0a2;
}
.color-5 {
color: #007a78;
}

/* CSS Variables */
:root {
--color-1: #d6ffdb;
--color-2: #a8e1d6;
--color-3: #6cc6c1;
--color-4: #3bb0a2;
--color-5: #007a78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6ffdb, #a8e1d6, #6cc6c1, #3bb0a2, #007a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6ffdb, #a8e1d6, #6cc6c1, #3bb0a2, #007a78);
}

Snowy Mint color palette created on .