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