Gold Sealed Letter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gold Sealed Letter palette
Gold Sealed Letter カラーパレット CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e4a949;
}
.color-3 {
color: #d89d4f;
}
.color-4 {
color: #c67b5d;
}
.color-5 {
color: #b55a6d;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e4a949;
--color-3: #d89d4f;
--color-4: #c67b5d;
--color-5: #b55a6d;
}
Gold Sealed Letter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e4a949, #d89d4f, #c67b5d, #b55a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e4a949, #d89d4f, #c67b5d, #b55a6d);
}
似たようなカラーパレット
下にスクロールして200+個のゴールドカラーパレットを探索しましょう
Gold Sealed Letter color palette created on .