Tea Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tea Green palette
Tea Green カラーパレット (PNG) をダウンロード
Tea Green カラーパレット CSS
/* CSS */
.color-1 {
color: #e5c49e;
}
.color-2 {
color: #c2af99;
}
.color-3 {
color: #a8a18f;
}
.color-4 {
color: #7c8e71;
}
.color-5 {
color: #4b7c66;
}
/* CSS Variables */
:root {
--color-1: #e5c49e;
--color-2: #c2af99;
--color-3: #a8a18f;
--color-4: #7c8e71;
--color-5: #4b7c66;
}
Tea Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c49e, #c2af99, #a8a18f, #7c8e71, #4b7c66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c49e, #c2af99, #a8a18f, #7c8e71, #4b7c66);
}
似たようなカラーパレット
Tea Green color palette created on .