Dark Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Pink palette
Dark Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #390e24;
}
.color-2 {
color: #5d1d3c;
}
.color-3 {
color: #882b52;
}
.color-4 {
color: #b6547e;
}
.color-5 {
color: #e07b9e;
}
/* CSS Variables */
:root {
--color-1: #390e24;
--color-2: #5d1d3c;
--color-3: #882b52;
--color-4: #b6547e;
--color-5: #e07b9e;
}
Dark Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390e24, #5d1d3c, #882b52, #b6547e, #e07b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390e24, #5d1d3c, #882b52, #b6547e, #e07b9e);
}
似たようなカラーパレット
下にスクロールして200+個のダークカラーパレットを探索しましょう
Dark Pink color palette created on .