Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e7a15a;
}
.color-2 {
color: #efc56c;
}
.color-3 {
color: #f4e29a;
}
.color-4 {
color: #a3d7b6;
}
.color-5 {
color: #6fa6c8;
}

/* CSS Variables */
:root {
--color-1: #e7a15a;
--color-2: #efc56c;
--color-3: #f4e29a;
--color-4: #a3d7b6;
--color-5: #6fa6c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a15a, #efc56c, #f4e29a, #a3d7b6, #6fa6c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a15a, #efc56c, #f4e29a, #a3d7b6, #6fa6c8);
}

Shades of Blue color palette created on .