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