Serene Stone Garden カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Stone Garden palette
Serene Stone Garden カラーパレット CSS
/* CSS */
.color-1 {
color: #405e54;
}
.color-2 {
color: #a7b6a5;
}
.color-3 {
color: #dae2dd;
}
.color-4 {
color: #f1f8f3;
}
.color-5 {
color: #e5b59e;
}
/* CSS Variables */
:root {
--color-1: #405e54;
--color-2: #a7b6a5;
--color-3: #dae2dd;
--color-4: #f1f8f3;
--color-5: #e5b59e;
}
Serene Stone Garden の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #405e54, #a7b6a5, #dae2dd, #f1f8f3, #e5b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #405e54, #a7b6a5, #dae2dd, #f1f8f3, #e5b59e);
}
Serene Stone Garden color palette created on .