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