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