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