Tropical Forest Sunrise カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Forest Sunrise palette
Tropical Forest Sunrise カラーパレット CSS
/* CSS */
.color-1 {
color: #faa019;
}
.color-2 {
color: #34cb34;
}
.color-3 {
color: #5ca38f;
}
.color-4 {
color: #407267;
}
.color-5 {
color: #243831;
}
/* CSS Variables */
:root {
--color-1: #faa019;
--color-2: #34cb34;
--color-3: #5ca38f;
--color-4: #407267;
--color-5: #243831;
}
Tropical Forest Sunrise の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa019, #34cb34, #5ca38f, #407267, #243831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa019, #34cb34, #5ca38f, #407267, #243831);
}
似たようなカラーパレット
下にスクロールして1個のゴールドカラーパレットを探索しましょう
Tropical Forest Sunrise color palette created on .