Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f4e1d2;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #1b899d;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f8caa5;
--color-3: #f4e1d2;
--color-4: #a3d5e0;
--color-5: #1b899d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f8caa5, #f4e1d2, #a3d5e0, #1b899d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f8caa5, #f4e1d2, #a3d5e0, #1b899d);
}

Shades of Blue color palette created on .