Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e7ab4b;
}
.color-2 {
color: #d55d4d;
}
.color-3 {
color: #4f8c86;
}
.color-4 {
color: #2d607c;
}
.color-5 {
color: #163d5a;
}

/* CSS Variables */
:root {
--color-1: #e7ab4b;
--color-2: #d55d4d;
--color-3: #4f8c86;
--color-4: #2d607c;
--color-5: #163d5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ab4b, #d55d4d, #4f8c86, #2d607c, #163d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ab4b, #d55d4d, #4f8c86, #2d607c, #163d5a);
}

Shades of Blue color palette created on .