Mystic Abyss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Abyss palette

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

Mystic Abyss カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #6a4f72;
}
.color-3 {
color: #8c7d97;
}
.color-4 {
color: #b5a2c3;
}
.color-5 {
color: #e2d5e7;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #6a4f72;
--color-3: #8c7d97;
--color-4: #b5a2c3;
--color-5: #e2d5e7;
}

Mystic Abyss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #6a4f72, #8c7d97, #b5a2c3, #e2d5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #6a4f72, #8c7d97, #b5a2c3, #e2d5e7);
}

Mystic Abyss color palette created on .