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