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