Grandmother's Garden カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Grandmother's Garden palette
Grandmother's Garden カラー パレット PNG 画像
Grandmother's Garden カラーパレット CSS
/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #a59988;
}
.color-3 {
color: #8c7c6e;
}
.color-4 {
color: #d8c6b1;
}
.color-5 {
color: #6a5a4d;
}
/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #a59988;
--color-3: #8c7c6e;
--color-4: #d8c6b1;
--color-5: #6a5a4d;
}
Grandmother's Garden の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #a59988, #8c7c6e, #d8c6b1, #6a5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #a59988, #8c7c6e, #d8c6b1, #6a5a4d);
}
似たようなカラーパレット
Grandmother's Garden color palette created on .