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