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