Whimsical Stone Dance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whimsical Stone Dance palette
Whimsical Stone Dance カラーパレット CSS
/* CSS */
.color-1 {
color: #d2c7b2;
}
.color-2 {
color: #c4b1a1;
}
.color-3 {
color: #a67f7d;
}
.color-4 {
color: #7b4c7b;
}
.color-5 {
color: #4c2b7d;
}
/* CSS Variables */
:root {
--color-1: #d2c7b2;
--color-2: #c4b1a1;
--color-3: #a67f7d;
--color-4: #7b4c7b;
--color-5: #4c2b7d;
}
Whimsical Stone Dance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c7b2, #c4b1a1, #a67f7d, #7b4c7b, #4c2b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c7b2, #c4b1a1, #a67f7d, #7b4c7b, #4c2b7d);
}
似たようなカラーパレット
Whimsical Stone Dance color palette created on .