Hint of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hint of Green palette

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

Hint of Green カラー パレット PNG 画像

Download hint of green color palette PNG image (landscape)
Download hint of green color palette PNG image (square)

Hint of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b1f2d8;
}
.color-2 {
color: #98e6c4;
}
.color-3 {
color: #80d1b6;
}
.color-4 {
color: #69bfaf;
}
.color-5 {
color: #4eb7a2;
}

/* CSS Variables */
:root {
--color-1: #b1f2d8;
--color-2: #98e6c4;
--color-3: #80d1b6;
--color-4: #69bfaf;
--color-5: #4eb7a2;
}

Hint of Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}

Hint of Green color palette created on .