Midnight Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Reverie palette
Midnight Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #0b1028;
}
.color-2 {
color: #1c2f69;
}
.color-3 {
color: #32539a;
}
.color-4 {
color: #5197cd;
}
.color-5 {
color: #8bbada;
}
/* CSS Variables */
:root {
--color-1: #0b1028;
--color-2: #1c2f69;
--color-3: #32539a;
--color-4: #5197cd;
--color-5: #8bbada;
}
Midnight Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b1028, #1c2f69, #32539a, #5197cd, #8bbada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b1028, #1c2f69, #32539a, #5197cd, #8bbada);
}
似たようなカラーパレット
下にスクロールして1個のNavyカラーパレットを探索しましょう
Midnight Reverie color palette created on .