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