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