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