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