Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a91db;
}
.color-2 {
color: #4cb4e1;
}
.color-3 {
color: #90cfea;
}
.color-4 {
color: #b2e3f0;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1a91db;
--color-2: #4cb4e1;
--color-3: #90cfea;
--color-4: #b2e3f0;
--color-5: #f3f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a91db, #4cb4e1, #90cfea, #b2e3f0, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a91db, #4cb4e1, #90cfea, #b2e3f0, #f3f9fc);
}

Shades of Blue color palette created on .