Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #0054ad;
}
.color-2 {
color: #0092d6;
}
.color-3 {
color: #00cbe6;
}
.color-4 {
color: #a1e1e8;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #0054ad;
--color-2: #0092d6;
--color-3: #00cbe6;
--color-4: #a1e1e8;
--color-5: #f0f8ff;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0054ad, #0092d6, #00cbe6, #a1e1e8, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0054ad, #0092d6, #00cbe6, #a1e1e8, #f0f8ff);
}
似たようなカラーパレット
Shades of Blue color palette created on .