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