Midnight Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Reverie palette

このパレットを共有する先:

Midnight Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #abb7d4;
}
.color-2 {
color: #6f4fe3;
}
.color-3 {
color: #465952;
}
.color-4 {
color: #3a19f5;
}
.color-5 {
color: #0505f0;
}

/* CSS Variables */
:root {
--color-1: #abb7d4;
--color-2: #6f4fe3;
--color-3: #465952;
--color-4: #3a19f5;
--color-5: #0505f0;
}

Midnight Reverie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abb7d4, #6f4fe3, #465952, #3a19f5, #0505f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abb7d4, #6f4fe3, #465952, #3a19f5, #0505f0);
}

Midnight Reverie color palette created on .