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: #292cff;
}
.color-2 {
color: #5c6fff;
}
.color-3 {
color: #7a93ff;
}
.color-4 {
color: #9eb3ff;
}
.color-5 {
color: #c2d1ff;
}

/* CSS Variables */
:root {
--color-1: #292cff;
--color-2: #5c6fff;
--color-3: #7a93ff;
--color-4: #9eb3ff;
--color-5: #c2d1ff;
}

Shades of Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292cff, #5c6fff, #7a93ff, #9eb3ff, #c2d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292cff, #5c6fff, #7a93ff, #9eb3ff, #c2d1ff);
}

Shades of Blue color palette created on .