Tropical Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Vibes palette
Tropical Vibes カラー パレット PNG 画像
Tropical Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #287fb8;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #e74d3c;
--color-3: #9b58b6;
--color-4: #287fb8;
--color-5: #8d43ad;
}
Tropical Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #e74d3c, #9b58b6, #287fb8, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #e74d3c, #9b58b6, #287fb8, #8d43ad);
}
似たようなカラーパレット
下にスクロールして4個の緑カラーパレットを探索しましょう
Tropical Vibes color palette created on .