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