Cybernetic Sunshine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cybernetic Sunshine palette
Cybernetic Sunshine カラーパレット CSS
/* CSS */
.color-1 {
color: #0e203e;
}
.color-2 {
color: #2b4c7d;
}
.color-3 {
color: #4f93c4;
}
.color-4 {
color: #87c1e3;
}
.color-5 {
color: #f4f72b;
}
/* CSS Variables */
:root {
--color-1: #0e203e;
--color-2: #2b4c7d;
--color-3: #4f93c4;
--color-4: #87c1e3;
--color-5: #f4f72b;
}
Cybernetic Sunshine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e203e, #2b4c7d, #4f93c4, #87c1e3, #f4f72b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e203e, #2b4c7d, #4f93c4, #87c1e3, #f4f72b);
}
似たようなカラーパレット
Cybernetic Sunshine color palette created on .