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