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