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