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