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