Loading...

Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

このパレットを共有する先:

Shades of Blue カラーパレット (PNG) をダウンロード

Download shades of blue color palette PNG image (landscape)
Download shades of blue color palette PNG image (square)

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 .