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