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