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