Shades of Jade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Jade palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Shades of Jade カラーパレット (PNG) をダウンロード
Shades of Jade カラーパレット CSS
/* CSS */
.color-1 {
color: #009474;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #82e3b6;
}
.color-4 {
color: #b2f0d9;
}
.color-5 {
color: #d6ffef;
}
/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #4cb8a0;
--color-3: #82e3b6;
--color-4: #b2f0d9;
--color-5: #d6ffef;
}
Shades of Jade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #4cb8a0, #82e3b6, #b2f0d9, #d6ffef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #4cb8a0, #82e3b6, #b2f0d9, #d6ffef);
}
似たようなカラーパレット
Shades of Jade color palette created on .