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