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