Shades of Eucalyptus カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Eucalyptus palette
Shades of Eucalyptus カラーパレット CSS
/* CSS */
.color-1 {
color: #1a895b;
}
.color-2 {
color: #75bda3;
}
.color-3 {
color: #a9e5d9;
}
.color-4 {
color: #f1f3e7;
}
.color-5 {
color: #f9c59f;
}
/* CSS Variables */
:root {
--color-1: #1a895b;
--color-2: #75bda3;
--color-3: #a9e5d9;
--color-4: #f1f3e7;
--color-5: #f9c59f;
}
Shades of Eucalyptus の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a895b, #75bda3, #a9e5d9, #f1f3e7, #f9c59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a895b, #75bda3, #a9e5d9, #f1f3e7, #f9c59f);
}
似たようなカラーパレット
Shades of Eucalyptus color palette created on .