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