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