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