Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e8f1f3;
}
.color-2 {
color: #9fd4df;
}
.color-3 {
color: #4cb1c8;
}
.color-4 {
color: #009996;
}
.color-5 {
color: #006c75;
}

/* CSS Variables */
:root {
--color-1: #e8f1f3;
--color-2: #9fd4df;
--color-3: #4cb1c8;
--color-4: #009996;
--color-5: #006c75;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1f3, #9fd4df, #4cb1c8, #009996, #006c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1f3, #9fd4df, #4cb1c8, #009996, #006c75);
}

Shades of Blue color palette created on .