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