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