Outer-Inner-Solar System カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Outer-Inner-Solar System palette
Outer-Inner-Solar System カラー パレット PNG 画像
Outer-Inner-Solar System カラーパレット CSS
/* CSS */
.color-1 {
color: #1a203d;
}
.color-2 {
color: #3c4c8b;
}
.color-3 {
color: #7c9dda;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #1a203d;
--color-2: #3c4c8b;
--color-3: #7c9dda;
--color-4: #f3ca4f;
--color-5: #ff9900;
}
Outer-Inner-Solar System の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a203d, #3c4c8b, #7c9dda, #f3ca4f, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a203d, #3c4c8b, #7c9dda, #f3ca4f, #ff9900);
}
似たようなカラーパレット
Outer-Inner-Solar System color palette created on .