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