Duality in Color カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Duality in Color palette
Duality in Color カラーパレット CSS
/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #f46c6c;
}
.color-3 {
color: #6b7d94;
}
.color-4 {
color: #00b2b3;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #f46c6c;
--color-3: #6b7d94;
--color-4: #00b2b3;
--color-5: #ffcc00;
}
Duality in Color の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #f46c6c, #6b7d94, #00b2b3, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #f46c6c, #6b7d94, #00b2b3, #ffcc00);
}
似たようなカラーパレット
下にスクロールして200+個のブライトカラーパレットを探索しましょう
Duality in Color color palette created on .