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