Complementary Colors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Complementary Colors palette
Complementary Colors カラーパレット (PNG) をダウンロード
Complementary Colors カラーパレット CSS
/* CSS */
.color-1 {
color: #1e6d8a;
}
.color-2 {
color: #3ebb83;
}
.color-3 {
color: #a6d93f;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f27c21;
}
/* CSS Variables */
:root {
--color-1: #1e6d8a;
--color-2: #3ebb83;
--color-3: #a6d93f;
--color-4: #f6b83c;
--color-5: #f27c21;
}
Complementary Colors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6d8a, #3ebb83, #a6d93f, #f6b83c, #f27c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6d8a, #3ebb83, #a6d93f, #f6b83c, #f27c21);
}
似たようなカラーパレット
Complementary Colors color palette created on .