Superman カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Superman palette
Superman カラーパレット CSS
/* CSS */
.color-1 {
color: #c52b3d;
}
.color-2 {
color: #0038a8;
}
.color-3 {
color: #498ad0;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f9d2a9;
}
/* CSS Variables */
:root {
--color-1: #c52b3d;
--color-2: #0038a8;
--color-3: #498ad0;
--color-4: #f4cf3e;
--color-5: #f9d2a9;
}
Superman の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
似たようなカラーパレット
Superman color palette created on .