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