Melancholic Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Melancholic Reverie palette
Melancholic Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #2d2b3b;
}
.color-2 {
color: #4b3c53;
}
.color-3 {
color: #6e4c90;
}
.color-4 {
color: #a36c8f;
}
.color-5 {
color: #d99b9b;
}
/* CSS Variables */
:root {
--color-1: #2d2b3b;
--color-2: #4b3c53;
--color-3: #6e4c90;
--color-4: #a36c8f;
--color-5: #d99b9b;
}
Melancholic Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b3b, #4b3c53, #6e4c90, #a36c8f, #d99b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b3b, #4b3c53, #6e4c90, #a36c8f, #d99b9b);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Melancholic Reverie color palette created on .