Mirage Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mirage Dream palette
Mirage Dream カラー パレット PNG 画像
Mirage Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #1c2b3b;
}
.color-2 {
color: #2d4d5c;
}
.color-3 {
color: #507c8b;
}
.color-4 {
color: #7bb2a5;
}
.color-5 {
color: #a7e6d0;
}
/* CSS Variables */
:root {
--color-1: #1c2b3b;
--color-2: #2d4d5c;
--color-3: #507c8b;
--color-4: #7bb2a5;
--color-5: #a7e6d0;
}
Mirage Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b3b, #2d4d5c, #507c8b, #7bb2a5, #a7e6d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b3b, #2d4d5c, #507c8b, #7bb2a5, #a7e6d0);
}
似たようなカラーパレット
Mirage Dream color palette created on .