Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #363991;
}
.color-2 {
color: #5658b3;
}
.color-3 {
color: #b873bf;
}
.color-4 {
color: #f2b178;
}
.color-5 {
color: #edbe12;
}

/* CSS Variables */
:root {
--color-1: #363991;
--color-2: #5658b3;
--color-3: #b873bf;
--color-4: #f2b178;
--color-5: #edbe12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363991, #5658b3, #b873bf, #f2b178, #edbe12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363991, #5658b3, #b873bf, #f2b178, #edbe12);
}

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

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

Shades of Purple color palette created on .