Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #2ecc70;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #ffb347;
--color-3: #ff6b6b;
--color-4: #ffcd29;
--color-5: #2ecc70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #ffb347, #ff6b6b, #ffcd29, #2ecc70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #ffb347, #ff6b6b, #ffcd29, #2ecc70);
}

Shades of Purple color palette created on .