Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #a79bc5;
}
.color-2 {
color: #baa6d9;
}
.color-3 {
color: #cda5e9;
}
.color-4 {
color: #e6b3e0;
}
.color-5 {
color: #f5a8b8;
}

/* CSS Variables */
:root {
--color-1: #a79bc5;
--color-2: #baa6d9;
--color-3: #cda5e9;
--color-4: #e6b3e0;
--color-5: #f5a8b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79bc5, #baa6d9, #cda5e9, #e6b3e0, #f5a8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79bc5, #baa6d9, #cda5e9, #e6b3e0, #f5a8b8);
}

Shades of Purple color palette created on .