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