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