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