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