Tropical Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Green palette

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

Tropical Green カラーパレット (PNG) をダウンロード

Download tropical green color palette PNG image (landscape)
Download tropical green color palette PNG image (square)

Tropical Green カラーパレット CSS

/* CSS */
.color-1 {
color: #68cfa1;
}
.color-2 {
color: #d1a242;
}
.color-3 {
color: #9eba73;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e5703e;
}

/* CSS Variables */
:root {
--color-1: #68cfa1;
--color-2: #d1a242;
--color-3: #9eba73;
--color-4: #f1c84b;
--color-5: #e5703e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68cfa1, #d1a242, #9eba73, #f1c84b, #e5703e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68cfa1, #d1a242, #9eba73, #f1c84b, #e5703e);
}

Tropical Green color palette created on .