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