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