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