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