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