Meteorite Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Meteorite Dream palette

このパレットを共有する先:

Meteorite Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #261b3c;
}
.color-2 {
color: #36284d;
}
.color-3 {
color: #483758;
}
.color-4 {
color: #61425c;
}
.color-5 {
color: #835d67;
}

/* CSS Variables */
:root {
--color-1: #261b3c;
--color-2: #36284d;
--color-3: #483758;
--color-4: #61425c;
--color-5: #835d67;
}

Meteorite Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #261b3c, #36284d, #483758, #61425c, #835d67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #261b3c, #36284d, #483758, #61425c, #835d67);
}

Meteorite Dream color palette created on .