Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #b19bd9;
}
.color-2 {
color: #6f5b9a;
}
.color-3 {
color: #814b79;
}
.color-4 {
color: #d58c8b;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #b19bd9;
--color-2: #6f5b9a;
--color-3: #814b79;
--color-4: #d58c8b;
--color-5: #f1c84b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b19bd9, #6f5b9a, #814b79, #d58c8b, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b19bd9, #6f5b9a, #814b79, #d58c8b, #f1c84b);
}

Shades of Purple color palette created on .