Shades of Blue and Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue and Purple palette

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

Shades of Blue and Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #7449c5;
}
.color-2 {
color: #437ca8;
}
.color-3 {
color: #00b8f0;
}
.color-4 {
color: #92bfed;
}
.color-5 {
color: #b3cfdb;
}

/* CSS Variables */
:root {
--color-1: #7449c5;
--color-2: #437ca8;
--color-3: #00b8f0;
--color-4: #92bfed;
--color-5: #b3cfdb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7449c5, #437ca8, #00b8f0, #92bfed, #b3cfdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7449c5, #437ca8, #00b8f0, #92bfed, #b3cfdb);
}

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

Shades of Blue and Purple color palette created on .