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: #ced7e3;
}
.color-2 {
color: #ff9f75;
}
.color-3 {
color: #fac800;
}
.color-4 {
color: #ff7452;
}
.color-5 {
color: #9f6083;
}

/* CSS Variables */
:root {
--color-1: #ced7e3;
--color-2: #ff9f75;
--color-3: #fac800;
--color-4: #ff7452;
--color-5: #9f6083;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ced7e3, #ff9f75, #fac800, #ff7452, #9f6083);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ced7e3, #ff9f75, #fac800, #ff7452, #9f6083);
}

似たようなカラーパレット

Shades of Blue color palette created on .