Midnight Faerie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Faerie palette
Midnight Faerie カラー パレット PNG 画像
Midnight Faerie カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #38298e;
}
.color-3 {
color: #5b4aa1;
}
.color-4 {
color: #9b6eb9;
}
.color-5 {
color: #e2a2cf;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #38298e;
--color-3: #5b4aa1;
--color-4: #9b6eb9;
--color-5: #e2a2cf;
}
Midnight Faerie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #38298e, #5b4aa1, #9b6eb9, #e2a2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #38298e, #5b4aa1, #9b6eb9, #e2a2cf);
}
似たようなカラーパレット
Midnight Faerie color palette created on .