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