Golden Dusk Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Dusk Serenity palette
Golden Dusk Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f5be66;
}
.color-2 {
color: #d3b89c;
}
.color-3 {
color: #8ca1ab;
}
.color-4 {
color: #aa9f22;
}
.color-5 {
color: #df7c20;
}
/* CSS Variables */
:root {
--color-1: #f5be66;
--color-2: #d3b89c;
--color-3: #8ca1ab;
--color-4: #aa9f22;
--color-5: #df7c20;
}
Golden Dusk Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5be66, #d3b89c, #8ca1ab, #aa9f22, #df7c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5be66, #d3b89c, #8ca1ab, #aa9f22, #df7c20);
}
似たようなカラーパレット
下にスクロールして2個のGolden yellowカラーパレットを探索しましょう
Golden Dusk Serenity color palette created on .