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