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