Purple Shadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Shadow palette

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

Purple Shadow カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #7b699b;
}
.color-3 {
color: #b0a7c8;
}
.color-4 {
color: #e4c8e5;
}
.color-5 {
color: #f1a7b4;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #7b699b;
--color-3: #b0a7c8;
--color-4: #e4c8e5;
--color-5: #f1a7b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #7b699b, #b0a7c8, #e4c8e5, #f1a7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #7b699b, #b0a7c8, #e4c8e5, #f1a7b4);
}

Purple Shadow color palette created on .