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