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