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