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