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