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