Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b2c3d7;
}
.color-2 {
color: #f7e4a1;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #4e9fa6;
}

/* CSS Variables */
:root {
--color-1: #b2c3d7;
--color-2: #f7e4a1;
--color-3: #ff6e61;
--color-4: #ffb3b3;
--color-5: #4e9fa6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c3d7, #f7e4a1, #ff6e61, #ffb3b3, #4e9fa6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c3d7, #f7e4a1, #ff6e61, #ffb3b3, #4e9fa6);
}

Shades of Blue color palette created on .