Dendro カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dendro palette
Dendro カラー パレット PNG 画像
Dendro カラーパレット CSS
/* CSS */
.color-1 {
color: #78bc24;
}
.color-2 {
color: #2caf4d;
}
.color-3 {
color: #23955c;
}
.color-4 {
color: #146c53;
}
.color-5 {
color: #0d4e47;
}
/* CSS Variables */
:root {
--color-1: #78bc24;
--color-2: #2caf4d;
--color-3: #23955c;
--color-4: #146c53;
--color-5: #0d4e47;
}
Dendro の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78bc24, #2caf4d, #23955c, #146c53, #0d4e47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78bc24, #2caf4d, #23955c, #146c53, #0d4e47);
}
似たようなカラーパレット
Dendro color palette created on .