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