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