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