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: #f7b1c2;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #b1b0b5;
}
.color-4 {
color: #585b5f;
}
.color-5 {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--color-1: #f7b1c2;
--color-2: #eab8d1;
--color-3: #b1b0b5;
--color-4: #585b5f;
--color-5: #1c1c1c;
}
Pink and Black Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1c2, #eab8d1, #b1b0b5, #585b5f, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1c2, #eab8d1, #b1b0b5, #585b5f, #1c1c1c);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Pink and Black Elegance color palette created on .