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: #3b2d7c;
}
.color-3 {
color: #5a4a8c;
}
.color-4 {
color: #8d6c99;
}
.color-5 {
color: #b9a1c4;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2d7c;
--color-3: #5a4a8c;
--color-4: #8d6c99;
--color-5: #b9a1c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2d7c, #5a4a8c, #8d6c99, #b9a1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2d7c, #5a4a8c, #8d6c99, #b9a1c4);
}

似たようなカラーパレット

下にスクロールして1個のCosmicカラーパレットを探索しましょう

Shades of Purple color palette created on .