Mystic Forest Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Forest Reverie palette
Mystic Forest Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #95a7a6;
}
.color-2 {
color: #b72a4b;
}
.color-3 {
color: #5c373e;
}
.color-4 {
color: #213f3b;
}
.color-5 {
color: #121111;
}
/* CSS Variables */
:root {
--color-1: #95a7a6;
--color-2: #b72a4b;
--color-3: #5c373e;
--color-4: #213f3b;
--color-5: #121111;
}
Mystic Forest Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95a7a6, #b72a4b, #5c373e, #213f3b, #121111);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95a7a6, #b72a4b, #5c373e, #213f3b, #121111);
}
Mystic Forest Reverie color palette created on .