Sunset Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Reverie palette
Sunset Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #e3b672;
}
.color-2 {
color: #d64f3d;
}
.color-3 {
color: #5a2b3e;
}
.color-4 {
color: #1a1c32;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #e3b672;
--color-2: #d64f3d;
--color-3: #5a2b3e;
--color-4: #1a1c32;
--color-5: #f9c54e;
}
Sunset Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b672, #d64f3d, #5a2b3e, #1a1c32, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b672, #d64f3d, #5a2b3e, #1a1c32, #f9c54e);
}
似たようなカラーパレット
下にスクロールして60+個のアンバーカラーパレットを探索しましょう
Sunset Reverie color palette created on .