Purple Luna カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Luna palette

このパレットを共有する先:

Purple Luna カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e1f9;
}
.color-2 {
color: #e2a2d2;
}
.color-3 {
color: #c76bbe;
}
.color-4 {
color: #9c499b;
}
.color-5 {
color: #702b73;
}

/* CSS Variables */
:root {
--color-1: #f0e1f9;
--color-2: #e2a2d2;
--color-3: #c76bbe;
--color-4: #9c499b;
--color-5: #702b73;
}

Purple Luna の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1f9, #e2a2d2, #c76bbe, #9c499b, #702b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1f9, #e2a2d2, #c76bbe, #9c499b, #702b73);
}

Purple Luna color palette created on .