Sunset Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Reverie palette
Sunset Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #ff8161;
}
.color-2 {
color: #feb47c;
}
.color-3 {
color: #f5f7fa;
}
.color-4 {
color: #d4cee4;
}
.color-5 {
color: #6a82fb;
}
/* CSS Variables */
:root {
--color-1: #ff8161;
--color-2: #feb47c;
--color-3: #f5f7fa;
--color-4: #d4cee4;
--color-5: #6a82fb;
}
Sunset Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8161, #feb47c, #f5f7fa, #d4cee4, #6a82fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8161, #feb47c, #f5f7fa, #d4cee4, #6a82fb);
}
似たようなカラーパレット
下にスクロールして300+個のブライトカラーパレットを探索しましょう
Sunset Reverie color palette created on .