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