Purple Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Shades palette

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

Purple Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a45db6;
}
.color-2 {
color: #b77bc1;
}
.color-3 {
color: #cfa1d4;
}
.color-4 {
color: #e1c5e7;
}
.color-5 {
color: #f5e0f1;
}

/* CSS Variables */
:root {
--color-1: #a45db6;
--color-2: #b77bc1;
--color-3: #cfa1d4;
--color-4: #e1c5e7;
--color-5: #f5e0f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45db6, #b77bc1, #cfa1d4, #e1c5e7, #f5e0f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45db6, #b77bc1, #cfa1d4, #e1c5e7, #f5e0f1);
}

Purple Shades color palette created on .