Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #d7a7c7;
}
.color-2 {
color: #c7a4e5;
}
.color-3 {
color: #a6c6e7;
}
.color-4 {
color: #78c2c9;
}
.color-5 {
color: #4fc0c4;
}

/* CSS Variables */
:root {
--color-1: #d7a7c7;
--color-2: #c7a4e5;
--color-3: #a6c6e7;
--color-4: #78c2c9;
--color-5: #4fc0c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a7c7, #c7a4e5, #a6c6e7, #78c2c9, #4fc0c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a7c7, #c7a4e5, #a6c6e7, #78c2c9, #4fc0c4);
}

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

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Shades of Blue color palette created on .