Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b2a89;
}
.color-3 {
color: #5c4b9b;
}
.color-4 {
color: #9f5b78;
}
.color-5 {
color: #f1a94b;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2a89;
--color-3: #5c4b9b;
--color-4: #9f5b78;
--color-5: #f1a94b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2a89, #5c4b9b, #9f5b78, #f1a94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2a89, #5c4b9b, #9f5b78, #f1a94b);
}

Shades of Purple color palette created on .