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