Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #683da9;
}
.color-2 {
color: #9b6bc7;
}
.color-3 {
color: #c29fdf;
}
.color-4 {
color: #f1c1d6;
}
.color-5 {
color: #f7b7a6;
}

/* CSS Variables */
:root {
--color-1: #683da9;
--color-2: #9b6bc7;
--color-3: #c29fdf;
--color-4: #f1c1d6;
--color-5: #f7b7a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #683da9, #9b6bc7, #c29fdf, #f1c1d6, #f7b7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #683da9, #9b6bc7, #c29fdf, #f1c1d6, #f7b7a6);
}

Shades of Purple color palette created on .