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