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