Misty Moors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Misty Moors palette
Image Gallery
Misty Moors カラーパレット CSS
/* CSS */
.color-1 {
color: #7d7978;
}
.color-2 {
color: #0a090b;
}
.color-3 {
color: #4b3734;
}
.color-4 {
color: #dee3e8;
}
.color-5 {
color: #a7a7a5;
}
/* CSS Variables */
:root {
--color-1: #7d7978;
--color-2: #0a090b;
--color-3: #4b3734;
--color-4: #dee3e8;
--color-5: #a7a7a5;
}
Misty Moors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d7978, #0a090b, #4b3734, #dee3e8, #a7a7a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d7978, #0a090b, #4b3734, #dee3e8, #a7a7a5);
}
似たようなカラーパレット
Misty Moors color palette created on .