Cold Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cold Purple palette
Cold Purple カラー パレット PNG 画像
Cold Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #ad9fe5;
}
.color-2 {
color: #b5a0d9;
}
.color-3 {
color: #c5a6d8;
}
.color-4 {
color: #dab3e0;
}
.color-5 {
color: #e4bfe8;
}
/* CSS Variables */
:root {
--color-1: #ad9fe5;
--color-2: #b5a0d9;
--color-3: #c5a6d8;
--color-4: #dab3e0;
--color-5: #e4bfe8;
}
Cold Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad9fe5, #b5a0d9, #c5a6d8, #dab3e0, #e4bfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad9fe5, #b5a0d9, #c5a6d8, #dab3e0, #e4bfe8);
}
似たようなカラーパレット
Cold Purple color palette created on .