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