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