Mystic Gemstone カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Gemstone palette
Mystic Gemstone カラーパレット CSS
/* CSS */
.color-1 {
color: #c9a3d1;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #8b5ba4;
}
.color-4 {
color: #5f3e79;
}
.color-5 {
color: #3b2c4e;
}
/* CSS Variables */
:root {
--color-1: #c9a3d1;
--color-2: #a77ccb;
--color-3: #8b5ba4;
--color-4: #5f3e79;
--color-5: #3b2c4e;
}
Mystic Gemstone の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a3d1, #a77ccb, #8b5ba4, #5f3e79, #3b2c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a3d1, #a77ccb, #8b5ba4, #5f3e79, #3b2c4e);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Mystic Gemstone color palette created on .