Purple Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Shades palette

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

Purple Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #e0c2d6;
}
.color-2 {
color: #b18cb5;
}
.color-3 {
color: #6d4b8b;
}
.color-4 {
color: #4f2c90;
}
.color-5 {
color: #2a2e92;
}

/* CSS Variables */
:root {
--color-1: #e0c2d6;
--color-2: #b18cb5;
--color-3: #6d4b8b;
--color-4: #4f2c90;
--color-5: #2a2e92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c2d6, #b18cb5, #6d4b8b, #4f2c90, #2a2e92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c2d6, #b18cb5, #6d4b8b, #4f2c90, #2a2e92);
}

Purple Shades color palette created on .