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