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