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