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