Golden Asher カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Asher palette
Golden Asher カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e67a00;
}
.color-4 {
color: #c25a00;
}
.color-5 {
color: #9e3a00;
}
/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f0a800;
--color-3: #e67a00;
--color-4: #c25a00;
--color-5: #9e3a00;
}
Golden Asher の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f0a800, #e67a00, #c25a00, #9e3a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f0a800, #e67a00, #c25a00, #9e3a00);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Golden Asher color palette created on .