Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #c7dde5;
}
.color-2 {
color: #a5c2d5;
}
.color-3 {
color: #81a5b6;
}
.color-4 {
color: #598aa6;
}
.color-5 {
color: #2f7c93;
}

/* CSS Variables */
:root {
--color-1: #c7dde5;
--color-2: #a5c2d5;
--color-3: #81a5b6;
--color-4: #598aa6;
--color-5: #2f7c93;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7dde5, #a5c2d5, #81a5b6, #598aa6, #2f7c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7dde5, #a5c2d5, #81a5b6, #598aa6, #2f7c93);
}

Shades of Blue color palette created on .