Dark Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Pink palette
Dark Pink カラーパレット (PNG) をダウンロード
Dark Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #4a3c72;
}
.color-2 {
color: #7d4c8a;
}
.color-3 {
color: #b56999;
}
.color-4 {
color: #e8a1b7;
}
.color-5 {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--color-1: #4a3c72;
--color-2: #7d4c8a;
--color-3: #b56999;
--color-4: #e8a1b7;
--color-5: #f9d7e6;
}
Dark Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c72, #7d4c8a, #b56999, #e8a1b7, #f9d7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c72, #7d4c8a, #b56999, #e8a1b7, #f9d7e6);
}
似たようなカラーパレット
Dark Pink color palette created on .