Shades of Cobalt カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Cobalt palette
Shades of Cobalt カラーパレット CSS
/* CSS */
.color-1 {
color: #3e70b6;
}
.color-2 {
color: #408fba;
}
.color-3 {
color: #49a7d0;
}
.color-4 {
color: #73c3e7;
}
.color-5 {
color: #9cd2dd;
}
/* CSS Variables */
:root {
--color-1: #3e70b6;
--color-2: #408fba;
--color-3: #49a7d0;
--color-4: #73c3e7;
--color-5: #9cd2dd;
}
Shades of Cobalt の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e70b6, #408fba, #49a7d0, #73c3e7, #9cd2dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e70b6, #408fba, #49a7d0, #73c3e7, #9cd2dd);
}
似たようなカラーパレット
Shades of Cobalt color palette created on .