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