Minty Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Minty Waters palette

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

Minty Waters カラー パレット PNG 画像

Download minty waters color palette PNG image (landscape)
Download minty waters color palette PNG image (square)

Minty Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #a4dab9;
}
.color-2 {
color: #7dc8d9;
}
.color-3 {
color: #5ca0c7;
}
.color-4 {
color: #4d8fb3;
}
.color-5 {
color: #2d5f7c;
}

/* CSS Variables */
:root {
--color-1: #a4dab9;
--color-2: #7dc8d9;
--color-3: #5ca0c7;
--color-4: #4d8fb3;
--color-5: #2d5f7c;
}

Minty Waters の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dab9, #7dc8d9, #5ca0c7, #4d8fb3, #2d5f7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dab9, #7dc8d9, #5ca0c7, #4d8fb3, #2d5f7c);
}

Minty Waters color palette created on .