Tempestuous Verdance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tempestuous Verdance palette
Tempestuous Verdance カラーパレット CSS
/* CSS */
.color-1 {
color: #5c8b4b;
}
.color-2 {
color: #3c6e86;
}
.color-3 {
color: #8ab7c1;
}
.color-4 {
color: #d2d45e;
}
.color-5 {
color: #faa200;
}
/* CSS Variables */
:root {
--color-1: #5c8b4b;
--color-2: #3c6e86;
--color-3: #8ab7c1;
--color-4: #d2d45e;
--color-5: #faa200;
}
Tempestuous Verdance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8b4b, #3c6e86, #8ab7c1, #d2d45e, #faa200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8b4b, #3c6e86, #8ab7c1, #d2d45e, #faa200);
}
似たようなカラーパレット
下にスクロールして100+個の緑カラーパレットを探索しましょう
Tempestuous Verdance color palette created on .