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